Html Css Color HEX #059EEB Dodger Blue

📋 copy color: '#059EEB'

red 5 ◦ green 158 ◦ blue 235

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

Shades of Dodger Blue #059EEB

Tints of Dodger Blue #059EEB

RGB

 RED value IS 5 (2.34% from 255) = 1.26%

 GREEN value IS 158 (62.11% from 255) = 39.7%

 BLUE value IS 235 (92.19% from 255) = 59.05%

R = 1.26%
G = 39.7%
B = 59.05%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#059EEB (or 0x059EEB) is known color: Dodger Blue. HEX triplet: 05, 9E and EB. RGB value is (5,158,235). Sum of RGB (Red+Green+Blue) = 5+158+235=398 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #059EEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059EEB is #FA6114. Grayscale: #787878. Windows color (decimal): -16408853 or 15441413. OLE color: 15441413.

HSL color Cylindrical-coordinate representation of color #059EEB: hue angle of 200.09º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059EEB is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 158 235 -
CMYK 0.98 0.33 0 0.08
HSL 200.09º 0.96% 0.47% -
HSV(B) 200.09º 0.98% 0.92% -
XYZ 27.28 30.48 83.04 -
YUV 121.03 192.31 45.24 -
System Red Green Blue C M Y K H S L
Decimal 5 158 235 0.98 0.33 0 0.08 200.09 0.96 0.47
Hex 5 9E EB 62 21 0 8 C8 60 2F
Octal 5 236 353 142 41 0 10 310 140 57
Binary 101 10011110 11101011 1100010 100001 0 1000 11001000 1100000 101111

Color Harmonies of #059EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059EEB

Black with #059EEB

Text Example


Text Example

White with #059EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059EEB; }

 p { color: rgb(5,158,235); }

 H1.HeaderClassName
 {
   color: #059EEB;
 }
 .AnyTagClassName
 {
   color: #059EEB;
 }
</style>

background-color css

<style>
 a { background-color: #059EEB; }

 a { background-color: rgb(5,158,235); }

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

border-color css

<style>
 span { border-color: #059EEB; }

 span { border-color: rgb(5,158,235); }

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