Html Css Color HEX #519CCC Picton Blue

📋 copy color: '#519CCC'

red 81 ◦ green 156 ◦ blue 204

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

Shades of Picton Blue #519CCC

Tints of Picton Blue #519CCC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.37%

 BLUE value IS 204 (80.08% from 255) = 46.26%

R = 18.37%
G = 35.37%
B = 46.26%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#519CCC (or 0x519CCC) is known color: Picton Blue. HEX triplet: 51, 9C and CC. RGB value is (81,156,204). Sum of RGB (Red+Green+Blue) = 81+156+204=441 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.37% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #519CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519CCC is #AE6333. Grayscale: #8A8A8A. Windows color (decimal): -11428660 or 13409361. OLE color: 13409361.

HSL color Cylindrical-coordinate representation of color #519CCC: hue angle of 203.41º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #519CCC is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 156 204 -
CMYK 0.60 0.24 0 0.2
HSL 203.41º 0.55% 0.56% -
HSV(B) 203.41º 0.6% 0.8% -
XYZ 26.18 29.89 61.52 -
YUV 139.05 164.65 86.6 -
System Red Green Blue C M Y K H S L
Decimal 81 156 204 0.60 0.24 0 0.2 203.41 0.55 0.56
Hex 51 9C CC 3C 18 0 14 CB 37 38
Octal 121 234 314 74 30 0 24 313 67 70
Binary 1010001 10011100 11001100 111100 11000 0 10100 11001011 110111 111000

Color Harmonies of #519CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519CCC

Black with #519CCC

Text Example


Text Example

White with #519CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,156,204); }

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

background-color css

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

 a { background-color: rgb(81,156,204); }

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

border-color css

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

 span { border-color: rgb(81,156,204); }

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