#059DFA

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

Shades of Dodger Blue #059DFA

Tints of Dodger Blue #059DFA

Color information

#059DFA (or 0x059DFA) is unknown color: approx Dodger Blue. HEX triplet: 05, 9D and FA. RGB value is (5,157,250). Sum of RGB (Red+Green+Blue) = 5+157+250=412 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #059DFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059DFA is #FA6205. Grayscale: #797979. Windows color (decimal): -16409094 or 16424197. OLE color: 16424197.

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

Color convert

RGB5157250-
CMYK0.980.3700.02
HSL202.78º96.08%50%-
HSV(B)202.78º98%98.04%-
XYZ29.3731.0594.89-
YUV122.15200.1444.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.21%
GREEN value IS 157 (61.72% from 255) = 38.11%
BLUE value IS 250 (98.05% from 255) = 60.68%
R=1.21%
G=38.11%
B=60.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal51572500.980.3700.02202.7896.0850
Hex59DFA622502cb6032
Octal5235372142450231314062
Binary10110011101111110101100010100101010110010111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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