Html Css Color HEX #519DCD Picton Blue

📋 copy color: '#519DCD'

red 81 ◦ green 157 ◦ blue 205

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

Shades of Picton Blue #519DCD

Tints of Picton Blue #519DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 18.28%
G = 35.44%
B = 46.28%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#519DCD (or 0x519DCD) is known color: Picton Blue. HEX triplet: 51, 9D and CD. RGB value is (81,157,205). Sum of RGB (Red+Green+Blue) = 81+157+205=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #519DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519DCD is #AE6232. Grayscale: #8B8B8B. Windows color (decimal): -11428403 or 13475153. OLE color: 13475153.

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

Color convert

RGB 81 157 205 -
CMYK 0.60 0.23 0 0.20
HSL 203.23º 0.55% 0.56% -
HSV(B) 203.23º 0.6% 0.8% -
XYZ 26.47 30.27 62.21 -
YUV 139.75 164.82 86.1 -
System Red Green Blue C M Y K H S L
Decimal 81 157 205 0.60 0.23 0 0.20 203.23 0.55 0.56
Hex 51 9D CD 3C 17 0 14 CB 37 38
Octal 121 235 315 74 27 0 24 313 67 70
Binary 1010001 10011101 11001101 111100 10111 0 10100 11001011 110111 111000

Color Harmonies of #519DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519DCD

Black with #519DCD

Text Example


Text Example

White with #519DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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