Html Css Color HEX #5EA2DB Picton Blue

📋 copy color: '#5EA2DB'

red 94 ◦ green 162 ◦ blue 219

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

Shades of Picton Blue #5EA2DB

Tints of Picton Blue #5EA2DB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.11%

 BLUE value IS 219 (85.94% from 255) = 46.11%

R = 19.79%
G = 34.11%
B = 46.11%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5EA2DB (or 0x5EA2DB) is known color: Picton Blue. HEX triplet: 5E, A2 and DB. RGB value is (94,162,219). Sum of RGB (Red+Green+Blue) = 94+162+219=475 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.79% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #5EA2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EA2DB is #A15D24. Grayscale: #939393. Windows color (decimal): -10575141 or 14393950. OLE color: 14393950.

HSL color Cylindrical-coordinate representation of color #5EA2DB: hue angle of 207.36º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EA2DB is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 162 219 -
CMYK 0.57 0.26 0 0.14
HSL 207.36º 0.63% 0.61% -
HSV(B) 207.36º 0.57% 0.86% -
XYZ 30.32 33.33 71.85 -
YUV 148.17 167.97 89.37 -
System Red Green Blue C M Y K H S L
Decimal 94 162 219 0.57 0.26 0 0.14 207.36 0.63 0.61
Hex 5E A2 DB 39 1A 0 E CF 3F 3D
Octal 136 242 333 71 32 0 16 317 77 75
Binary 1011110 10100010 11011011 111001 11010 0 1110 11001111 111111 111101

Color Harmonies of #5EA2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA2DB

Black with #5EA2DB

Text Example


Text Example

White with #5EA2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,162,219); }

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

background-color css

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

 a { background-color: rgb(94,162,219); }

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

border-color css

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

 span { border-color: rgb(94,162,219); }

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