Html Css Color HEX #5EA5DB Picton Blue

📋 copy color: '#5EA5DB'

red 94 ◦ green 165 ◦ blue 219

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

Shades of Picton Blue #5EA5DB

Tints of Picton Blue #5EA5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.52%

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

R = 19.67%
G = 34.52%
B = 45.82%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5EA5DB (or 0x5EA5DB) is known color: Picton Blue. HEX triplet: 5E, A5 and DB. RGB value is (94,165,219). Sum of RGB (Red+Green+Blue) = 94+165+219=478 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.67% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #5EA5DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EA5DB is #A15A24. Grayscale: #959595. Windows color (decimal): -10574373 or 14394718. OLE color: 14394718.

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

Color convert

RGB 94 165 219 -
CMYK 0.57 0.25 0 0.14
HSL 205.92º 0.63% 0.61% -
HSV(B) 205.92º 0.57% 0.86% -
XYZ 30.86 34.4 72.03 -
YUV 149.93 166.98 88.11 -
System Red Green Blue C M Y K H S L
Decimal 94 165 219 0.57 0.25 0 0.14 205.92 0.63 0.61
Hex 5E A5 DB 39 19 0 E CE 3F 3D
Octal 136 245 333 71 31 0 16 316 77 75
Binary 1011110 10100101 11011011 111001 11001 0 1110 11001110 111111 111101

Color Harmonies of #5EA5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA5DB

Black with #5EA5DB

Text Example


Text Example

White with #5EA5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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