#059FFF

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

Shades of Dodger Blue #059FFF

Tints of Dodger Blue #059FFF

Color information

#059FFF (or 0x059FFF) is unknown color: approx Dodger Blue. HEX triplet: 05, 9F and FF. RGB value is (5,159,255). Sum of RGB (Red+Green+Blue) = 5+159+255=419 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.19% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #059FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059FFF is #FA6000. Grayscale: #7B7B7B. Windows color (decimal): -16408577 or 16752389. OLE color: 16752389.

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

Color convert

RGB5159255-
CMYK0.980.3800
HSL203.04º100%50.98%-
HSV(B)203.04º98.04%100%-
XYZ30.5132.0599.19-
YUV123.9201.9843.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.19%
GREEN value IS 159 (62.5% from 255) = 37.95%
BLUE value IS 255 (100% from 255) = 60.86%
R=1.19%
G=37.95%
B=60.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal51592550.980.3800203.0410050.98
Hex59FFF622600cb6433
Octal5237377142460031314463
Binary1011001111111111111110001010011000110010111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,159,255); }

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

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

 a { background-color: rgb(5,159,255); }

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

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

 span { border-color: rgb(5,159,255); }

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