#059CFA

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

Shades of Dodger Blue #059CFA

Tints of Dodger Blue #059CFA

Color information

#059CFA (or 0x059CFA) is unknown color: approx Dodger Blue. HEX triplet: 05, 9C and FA. RGB value is (5,156,250). Sum of RGB (Red+Green+Blue) = 5+156+250=411 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #059CFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059CFA is #FA6305. Grayscale: #797979. Windows color (decimal): -16409350 or 16423941. OLE color: 16423941.

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

Color convert

RGB5156250-
CMYK0.980.3800.02
HSL203.02º96.08%50%-
HSV(B)203.02º98%98.04%-
XYZ29.2130.7194.83-
YUV121.57200.4744.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.22%
GREEN value IS 156 (61.33% from 255) = 37.96%
BLUE value IS 250 (98.05% from 255) = 60.83%
R=1.22%
G=37.96%
B=60.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal51562500.980.3800.02203.0296.0850
Hex59CFA622602cb6032
Octal5234372142460231314062
Binary10110011100111110101100010100110010110010111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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