Html Css Color HEX #519DC8 Picton Blue

📋 copy color: '#519DC8'

red 81 ◦ green 157 ◦ blue 200

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

Shades of Picton Blue #519DC8

Tints of Picton Blue #519DC8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.84%

 BLUE value IS 200 (78.52% from 255) = 45.66%

R = 18.49%
G = 35.84%
B = 45.66%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#519DC8 (or 0x519DC8) is known color: Picton Blue. HEX triplet: 51, 9D and C8. RGB value is (81,157,200). Sum of RGB (Red+Green+Blue) = 81+157+200=438 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.49% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 200 (78.52% from 255 or 45.66% from 438); Max value from RGB is 200 - color contains mainly: blue. Hex color #519DC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519DC8 is #AE6237. Grayscale: #8A8A8A. Windows color (decimal): -11428408 or 13147473. OLE color: 13147473.

HSL color Cylindrical-coordinate representation of color #519DC8: hue angle of 201.68º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #519DC8 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 81 157 200 -
CMYK 0.59 0.22 0 0.22
HSL 201.68º 0.52% 0.55% -
HSV(B) 201.68º 0.6% 0.78% -
XYZ 25.88 30.03 59.08 -
YUV 139.18 162.32 86.5 -
System Red Green Blue C M Y K H S L
Decimal 81 157 200 0.59 0.22 0 0.22 201.68 0.52 0.55
Hex 51 9D C8 3B 16 0 16 CA 34 37
Octal 121 235 310 73 26 0 26 312 64 67
Binary 1010001 10011101 11001000 111011 10110 0 10110 11001010 110100 110111

Color Harmonies of #519DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519DC8

Black with #519DC8

Text Example


Text Example

White with #519DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,157,200); }

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

background-color css

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

 a { background-color: rgb(81,157,200); }

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

border-color css

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

 span { border-color: rgb(81,157,200); }

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