Html Css Color HEX #059CEA Dodger Blue

📋 copy color: '#059CEA'

red 5 ◦ green 156 ◦ blue 234

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

Shades of Dodger Blue #059CEA

Tints of Dodger Blue #059CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.24%

R = 1.27%
G = 39.49%
B = 59.24%

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

#059CEA (or 0x059CEA) is known color: Dodger Blue. HEX triplet: 05, 9C and EA. RGB value is (5,156,234). Sum of RGB (Red+Green+Blue) = 5+156+234=395 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #059CEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059CEA is #FA6315. Grayscale: #777777. Windows color (decimal): -16409366 or 15375365. OLE color: 15375365.

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

Color convert

RGB 5 156 234 -
CMYK 0.98 0.33 0 0.08
HSL 200.44º 0.96% 0.47% -
HSV(B) 200.44º 0.98% 0.92% -
XYZ 26.8 29.75 82.17 -
YUV 119.74 192.47 46.16 -
System Red Green Blue C M Y K H S L
Decimal 5 156 234 0.98 0.33 0 0.08 200.44 0.96 0.47
Hex 5 9C EA 62 21 0 8 C8 60 2F
Octal 5 234 352 142 41 0 10 310 140 57
Binary 101 10011100 11101010 1100010 100001 0 1000 11001000 1100000 101111

Color Harmonies of #059CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059CEA

Black with #059CEA

Text Example


Text Example

White with #059CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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