Html Css Color HEX #519ACC Picton Blue

📋 copy color: '#519ACC'

red 81 ◦ green 154 ◦ blue 204

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

Shades of Picton Blue #519ACC

Tints of Picton Blue #519ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.08%

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

R = 18.45%
G = 35.08%
B = 46.47%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#519ACC (or 0x519ACC) is known color: Picton Blue. HEX triplet: 51, 9A and CC. RGB value is (81,154,204). Sum of RGB (Red+Green+Blue) = 81+154+204=439 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.45% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #519ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519ACC is #AE6533. Grayscale: #898989. Windows color (decimal): -11429172 or 13408849. OLE color: 13408849.

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

Color convert

RGB 81 154 204 -
CMYK 0.60 0.25 0 0.2
HSL 204.39º 0.55% 0.56% -
HSV(B) 204.39º 0.6% 0.8% -
XYZ 25.85 29.22 61.4 -
YUV 137.87 165.32 87.43 -
System Red Green Blue C M Y K H S L
Decimal 81 154 204 0.60 0.25 0 0.2 204.39 0.55 0.56
Hex 51 9A CC 3C 19 0 14 CC 37 38
Octal 121 232 314 74 31 0 24 314 67 70
Binary 1010001 10011010 11001100 111100 11001 0 10100 11001100 110111 111000

Color Harmonies of #519ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519ACC

Black with #519ACC

Text Example


Text Example

White with #519ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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