#059CEF

Color #059CEF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #059CEF

Tints of Dodger Blue #059CEF

Color information

#059CEF (or 0x059CEF) is unknown color: approx Dodger Blue. HEX triplet: 05, 9C and EF. RGB value is (5,156,239). Sum of RGB (Red+Green+Blue) = 5+156+239=400 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #059CEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059CEF is #FA6310. Grayscale: #777777. Windows color (decimal): -16409361 or 15703045. OLE color: 15703045.

HSL color Cylindrical-coordinate representation of color #059CEF: hue angle of 201.28º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059CEF is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB5156239-
CMYK0.980.3500.06
HSL201.28º95.9%47.84%-
HSV(B)201.28º97.91%93.73%-
XYZ27.5330.0486.01-
YUV120.31194.9745.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.25%
GREEN value IS 156 (61.33% from 255) = 39%
BLUE value IS 239 (93.75% from 255) = 59.75%
R=1.25%
G=39%
B=59.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal51562390.980.3500.06201.2895.947.84
Hex59CEF622306c96030
Octal5234357142430631114060
Binary101100111001110111111000101000110110110010011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #059CEF;
 }
 .AnyTagClassName
 {
   color: #059CEF;
 }
</style>
background-color css

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

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

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

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

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

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