Html Css Color HEX #519DDD Picton Blue

📋 copy color: '#519DDD'

red 81 ◦ green 157 ◦ blue 221

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

Shades of Picton Blue #519DDD

Tints of Picton Blue #519DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 17.65%
G = 34.2%
B = 48.15%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#519DDD (or 0x519DDD) is known color: Picton Blue. HEX triplet: 51, 9D and DD. RGB value is (81,157,221). Sum of RGB (Red+Green+Blue) = 81+157+221=459 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.65% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #519DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519DDD is #AE6222. Grayscale: #8D8D8D. Windows color (decimal): -11428387 or 14523729. OLE color: 14523729.

HSL color Cylindrical-coordinate representation of color #519DDD: hue angle of 207.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #519DDD is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 157 221 -
CMYK 0.63 0.29 0 0.13
HSL 207.43º 0.67% 0.59% -
HSV(B) 207.43º 0.63% 0.87% -
XYZ 28.5 31.08 72.9 -
YUV 141.57 172.82 84.8 -
System Red Green Blue C M Y K H S L
Decimal 81 157 221 0.63 0.29 0 0.13 207.43 0.67 0.59
Hex 51 9D DD 3F 1D 0 D CF 43 3B
Octal 121 235 335 77 35 0 15 317 103 73
Binary 1010001 10011101 11011101 111111 11101 0 1101 11001111 1000011 111011

Color Harmonies of #519DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519DDD

Black with #519DDD

Text Example


Text Example

White with #519DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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