Html Css Color HEX #519ECC Picton Blue

📋 copy color: '#519ECC'

red 81 ◦ green 158 ◦ blue 204

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

Shades of Picton Blue #519ECC

Tints of Picton Blue #519ECC

RGB

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

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

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

R = 18.28%
G = 35.67%
B = 46.05%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#519ECC (or 0x519ECC) is known color: Picton Blue. HEX triplet: 51, 9E and CC. RGB value is (81,158,204). Sum of RGB (Red+Green+Blue) = 81+158+204=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #519ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519ECC is #AE6133. Grayscale: #8B8B8B. Windows color (decimal): -11428148 or 13409873. OLE color: 13409873.

HSL color Cylindrical-coordinate representation of color #519ECC: hue angle of 202.44º 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 #519ECC is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 158 204 -
CMYK 0.60 0.23 0 0.2
HSL 202.44º 0.55% 0.56% -
HSV(B) 202.44º 0.6% 0.8% -
XYZ 26.52 30.56 61.63 -
YUV 140.22 163.99 85.76 -
System Red Green Blue C M Y K H S L
Decimal 81 158 204 0.60 0.23 0 0.2 202.44 0.55 0.56
Hex 51 9E CC 3C 17 0 14 CA 37 38
Octal 121 236 314 74 27 0 24 312 67 70
Binary 1010001 10011110 11001100 111100 10111 0 10100 11001010 110111 111000

Color Harmonies of #519ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519ECC

Black with #519ECC

Text Example


Text Example

White with #519ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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