Html Css Color HEX #5EA4DD Picton Blue

📋 copy color: '#5EA4DD'

red 94 ◦ green 164 ◦ blue 221

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

Shades of Picton Blue #5EA4DD

Tints of Picton Blue #5EA4DD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.24%

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

R = 19.62%
G = 34.24%
B = 46.14%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5EA4DD (or 0x5EA4DD) is known color: Picton Blue. HEX triplet: 5E, A4 and DD. RGB value is (94,164,221). Sum of RGB (Red+Green+Blue) = 94+164+221=479 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.62% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #5EA4DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EA4DD is #A15B22. Grayscale: #959595. Windows color (decimal): -10574627 or 14525534. OLE color: 14525534.

HSL color Cylindrical-coordinate representation of color #5EA4DD: hue angle of 206.93º 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 #5EA4DD is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 164 221 -
CMYK 0.57 0.26 0 0.13
HSL 206.93º 0.65% 0.62% -
HSV(B) 206.93º 0.57% 0.87% -
XYZ 30.94 34.15 73.37 -
YUV 149.57 168.31 88.37 -
System Red Green Blue C M Y K H S L
Decimal 94 164 221 0.57 0.26 0 0.13 206.93 0.65 0.62
Hex 5E A4 DD 39 1A 0 D CF 41 3E
Octal 136 244 335 71 32 0 15 317 101 76
Binary 1011110 10100100 11011101 111001 11010 0 1101 11001111 1000001 111110

Color Harmonies of #5EA4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA4DD

Black with #5EA4DD

Text Example


Text Example

White with #5EA4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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