#519FE7

Color #519FE7 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #519FE7

Tints of Picton Blue #519FE7

Color information

#519FE7 (or 0x519FE7) is unknown color: approx Picton Blue. HEX triplet: 51, 9F and E7. RGB value is (81,159,231). Sum of RGB (Red+Green+Blue) = 81+159+231=471 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.20% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 231 (90.62% from 255 or 49.04% from 471); Max value from RGB is 231 - color contains mainly: blue. Hex color #519FE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #519FE7 is #AE6018. Grayscale: #8F8F8F. Windows color (decimal): -11427865 or 15179601. OLE color: 15179601.

HSL color Cylindrical-coordinate representation of color #519FE7: hue angle of 208.8º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #519FE7 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB81159231-
CMYK0.650.3100.09
HSL208.8º75.76%61.18%-
HSV(B)208.8º64.94%90.59%-
XYZ30.2232.3280.25-
YUV143.89177.1683.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 17.20%
GREEN value IS 159 (62.5% from 255) = 33.76%
BLUE value IS 231 (90.62% from 255) = 49.04%
R=17.20%
G=33.76%
B=49.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal811592310.650.3100.09208.875.7661.18
Hex519FE7411F09d14c3d
Octal1212373471013701132111475
Binary1010001100111111110011110000011111101001110100011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519FE7; }

 p { color: rgb(81,159,231); }

 H1.HeaderClassName
 {
   color: #519FE7;
 }
 .AnyTagClassName
 {
   color: #519FE7;
 }
</style>
background-color css

<style>
 a { background-color: #519FE7; }

 a { background-color: rgb(81,159,231); }

 div.DivClassName
 {
   background-color: #519FE7;
 }
 .BgClassName
 {
   background-color: #519FE7;
 }
</style>
border-color css

<style>
 span { border-color: #519FE7; }

 span { border-color: rgb(81,159,231); }

 td.TdClassName
 {
   border-color: #519FE7;
 }
 .TagClassName
 {
   border-color: #519FE7;
 }
</style>