Html Css Color HEX #519CDA Picton Blue

📋 copy color: '#519CDA'

red 81 ◦ green 156 ◦ blue 218

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

Shades of Picton Blue #519CDA

Tints of Picton Blue #519CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.91%

R = 17.8%
G = 34.29%
B = 47.91%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#519CDA (or 0x519CDA) is known color: Picton Blue. HEX triplet: 51, 9C and DA. RGB value is (81,156,218). Sum of RGB (Red+Green+Blue) = 81+156+218=455 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.80% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #519CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519CDA is #AE6325. Grayscale: #8C8C8C. Windows color (decimal): -11428646 or 14326865. OLE color: 14326865.

HSL color Cylindrical-coordinate representation of color #519CDA: hue angle of 207.15º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #519CDA is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 156 218 -
CMYK 0.63 0.28 0 0.15
HSL 207.15º 0.65% 0.59% -
HSV(B) 207.15º 0.63% 0.85% -
XYZ 27.94 30.59 70.76 -
YUV 140.64 171.65 85.46 -
System Red Green Blue C M Y K H S L
Decimal 81 156 218 0.63 0.28 0 0.15 207.15 0.65 0.59
Hex 51 9C DA 3F 1C 0 F CF 41 3B
Octal 121 234 332 77 34 0 17 317 101 73
Binary 1010001 10011100 11011010 111111 11100 0 1111 11001111 1000001 111011

Color Harmonies of #519CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519CDA

Black with #519CDA

Text Example


Text Example

White with #519CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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