#059EFA

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

Shades of Dodger Blue #059EFA

Tints of Dodger Blue #059EFA

Color information

#059EFA (or 0x059EFA) is unknown color: approx Dodger Blue. HEX triplet: 05, 9E and FA. RGB value is (5,158,250). Sum of RGB (Red+Green+Blue) = 5+158+250=413 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #059EFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #059EFA is #FA6105. Grayscale: #7A7A7A. Windows color (decimal): -16408838 or 16424453. OLE color: 16424453.

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

Color convert

RGB5158250-
CMYK0.980.3700.02
HSL202.53º96.08%50%-
HSV(B)202.53º98%98.04%-
XYZ29.5431.3994.94-
YUV122.74199.8144.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.21%
GREEN value IS 158 (62.11% from 255) = 38.26%
BLUE value IS 250 (98.05% from 255) = 60.53%
R=1.21%
G=38.26%
B=60.53%

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
Decimal51582500.980.3700.02202.5396.0850
Hex59EFA622502cb6032
Octal5236372142450231314062
Binary10110011110111110101100010100101010110010111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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