Html Css Color HEX #5EA0DD Picton Blue

📋 copy color: '#5EA0DD'

red 94 ◦ green 160 ◦ blue 221

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

Shades of Picton Blue #5EA0DD

Tints of Picton Blue #5EA0DD

RGB

 RED value IS 94 (37.11% from 255) = 19.79%

 GREEN value IS 160 (62.89% from 255) = 33.68%

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

R = 19.79%
G = 33.68%
B = 46.53%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5EA0DD (or 0x5EA0DD) is known color: Picton Blue. HEX triplet: 5E, A0 and DD. RGB value is (94,160,221). Sum of RGB (Red+Green+Blue) = 94+160+221=475 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.79% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #5EA0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EA0DD is #A15F22. Grayscale: #929292. Windows color (decimal): -10575651 or 14524510. OLE color: 14524510.

HSL color Cylindrical-coordinate representation of color #5EA0DD: hue angle of 208.82º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EA0DD is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 160 221 -
CMYK 0.57 0.28 0 0.13
HSL 208.82º 0.65% 0.62% -
HSV(B) 208.82º 0.57% 0.87% -
XYZ 30.24 32.74 73.13 -
YUV 147.22 169.63 90.04 -
System Red Green Blue C M Y K H S L
Decimal 94 160 221 0.57 0.28 0 0.13 208.82 0.65 0.62
Hex 5E A0 DD 39 1C 0 D D1 41 3E
Octal 136 240 335 71 34 0 15 321 101 76
Binary 1011110 10100000 11011101 111001 11100 0 1101 11010001 1000001 111110

Color Harmonies of #5EA0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA0DD

Black with #5EA0DD

Text Example


Text Example

White with #5EA0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5EA0DD; }

 p { color: rgb(94,160,221); }

 H1.HeaderClassName
 {
   color: #5EA0DD;
 }
 .AnyTagClassName
 {
   color: #5EA0DD;
 }
</style>

background-color css

<style>
 a { background-color: #5EA0DD; }

 a { background-color: rgb(94,160,221); }

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

border-color css

<style>
 span { border-color: #5EA0DD; }

 span { border-color: rgb(94,160,221); }

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