Html Css Color HEX #059EEC Dodger Blue

📋 copy color: '#059EEC'

red 5 ◦ green 158 ◦ blue 236

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

Shades of Dodger Blue #059EEC

Tints of Dodger Blue #059EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 59.15%

R = 1.25%
G = 39.6%
B = 59.15%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#059EEC (or 0x059EEC) is known color: Dodger Blue. HEX triplet: 05, 9E and EC. RGB value is (5,158,236). Sum of RGB (Red+Green+Blue) = 5+158+236=399 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #059EEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059EEC is #FA6113. Grayscale: #787878. Windows color (decimal): -16408852 or 15506949. OLE color: 15506949.

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

Color convert

RGB 5 158 236 -
CMYK 0.98 0.33 0 0.07
HSL 200.26º 0.96% 0.47% -
HSV(B) 200.26º 0.98% 0.93% -
XYZ 27.43 30.54 83.81 -
YUV 121.15 192.81 45.16 -
System Red Green Blue C M Y K H S L
Decimal 5 158 236 0.98 0.33 0 0.07 200.26 0.96 0.47
Hex 5 9E EC 62 21 0 7 C8 60 2F
Octal 5 236 354 142 41 0 7 310 140 57
Binary 101 10011110 11101100 1100010 100001 0 111 11001000 1100000 101111

Color Harmonies of #059EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059EEC

Black with #059EEC

Text Example


Text Example

White with #059EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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