Html Css Color HEX #059CEC Dodger Blue

📋 copy color: '#059CEC'

red 5 ◦ green 156 ◦ blue 236

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

Shades of Dodger Blue #059CEC

Tints of Dodger Blue #059CEC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.29%

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

R = 1.26%
G = 39.29%
B = 59.45%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#059CEC (or 0x059CEC) is known color: Dodger Blue. HEX triplet: 05, 9C and EC. RGB value is (5,156,236). Sum of RGB (Red+Green+Blue) = 5+156+236=397 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #059CEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059CEC is #FA6313. Grayscale: #777777. Windows color (decimal): -16409364 or 15506437. OLE color: 15506437.

HSL color Cylindrical-coordinate representation of color #059CEC: hue angle of 200.78º 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 #059CEC is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 156 236 -
CMYK 0.98 0.34 0 0.07
HSL 200.78º 0.96% 0.47% -
HSV(B) 200.78º 0.98% 0.93% -
XYZ 27.09 29.87 83.69 -
YUV 119.97 193.47 46 -
System Red Green Blue C M Y K H S L
Decimal 5 156 236 0.98 0.34 0 0.07 200.78 0.96 0.47
Hex 5 9C EC 62 22 0 7 C9 60 2F
Octal 5 234 354 142 42 0 7 311 140 57
Binary 101 10011100 11101100 1100010 100010 0 111 11001001 1100000 101111

Color Harmonies of #059CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059CEC

Black with #059CEC

Text Example


Text Example

White with #059CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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