Html Css Color HEX #519EDF Picton Blue

📋 copy color: '#519EDF'

red 81 ◦ green 158 ◦ blue 223

#519EDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #519EDF

Tints of Picton Blue #519EDF

RGB

 RED value IS 81 (32.03% from 255) = 17.53%

 GREEN value IS 158 (62.11% from 255) = 34.2%

 BLUE value IS 223 (87.5% from 255) = 48.27%

R = 17.53%
G = 34.2%
B = 48.27%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#519EDF (or 0x519EDF) is known color: Picton Blue. HEX triplet: 51, 9E and DF. RGB value is (81,158,223). Sum of RGB (Red+Green+Blue) = 81+158+223=462 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.53% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #519EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519EDF is #AE6120. Grayscale: #8E8E8E. Windows color (decimal): -11428129 or 14655057. OLE color: 14655057.

HSL color Cylindrical-coordinate representation of color #519EDF: hue angle of 207.46º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #519EDF is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 158 223 -
CMYK 0.64 0.29 0 0.13
HSL 207.46º 0.69% 0.6% -
HSV(B) 207.46º 0.64% 0.87% -
XYZ 28.94 31.53 74.37 -
YUV 142.39 173.49 84.21 -
System Red Green Blue C M Y K H S L
Decimal 81 158 223 0.64 0.29 0 0.13 207.46 0.69 0.6
Hex 51 9E DF 40 1D 0 D CF 45 3C
Octal 121 236 337 100 35 0 15 317 105 74
Binary 1010001 10011110 11011111 1000000 11101 0 1101 11001111 1000101 111100

Color Harmonies of #519EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519EDF

Black with #519EDF

Text Example


Text Example

White with #519EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,158,223); }

 H1.HeaderClassName
 {
   color: #519EDF;
 }
 .AnyTagClassName
 {
   color: #519EDF;
 }
</style>

background-color css

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

 a { background-color: rgb(81,158,223); }

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

border-color css

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

 span { border-color: rgb(81,158,223); }

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