#059BFE

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

Shades of Dodger Blue #059BFE

Tints of Dodger Blue #059BFE

Color information

#059BFE (or 0x059BFE) is unknown color: approx Dodger Blue. HEX triplet: 05, 9B and FE. RGB value is (5,155,254). Sum of RGB (Red+Green+Blue) = 5+155+254=414 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #059BFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059BFE is #FA6401. Grayscale: #787878. Windows color (decimal): -16409602 or 16685829. OLE color: 16685829.

HSL color Cylindrical-coordinate representation of color #059BFE: hue angle of 203.86º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #059BFE is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB5155254-
CMYK0.980.3900.00
HSL203.86º99.2%50.78%-
HSV(B)203.86º98.03%99.61%-
XYZ29.6730.6398.11-
YUV121.44202.844.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.21%
GREEN value IS 155 (60.94% from 255) = 37.44%
BLUE value IS 254 (99.61% from 255) = 61.35%
R=1.21%
G=37.44%
B=61.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal51552540.980.3900.00203.8699.250.78
Hex59BFE622700cc6333
Octal5233376142470031414363
Binary1011001101111111110110001010011100110011001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,155,254); }

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

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

 a { background-color: rgb(5,155,254); }

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

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

 span { border-color: rgb(5,155,254); }

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