#058EEB

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

Shades of Dodger Blue #058EEB

Tints of Dodger Blue #058EEB

Color information

#058EEB (or 0x058EEB) is unknown color: approx Dodger Blue. HEX triplet: 05, 8E and EB. RGB value is (5,142,235). Sum of RGB (Red+Green+Blue) = 5+142+235=382 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #058EEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058EEB is #FA7114. Grayscale: #6F6F6F. Windows color (decimal): -16412949 or 15437317. OLE color: 15437317.

HSL color Cylindrical-coordinate representation of color #058EEB: hue angle of 204.26º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058EEB is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5142235-
CMYK0.980.4000.08
HSL204.26º95.83%47.06%-
HSV(B)204.26º97.87%92.16%-
XYZ24.7325.3882.19-
YUV111.64197.6151.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.31%
GREEN value IS 142 (55.86% from 255) = 37.17%
BLUE value IS 235 (92.19% from 255) = 61.52%
R=1.31%
G=37.17%
B=61.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal51422350.980.4000.08204.2695.8347.06
Hex58EEB622808cc602f
Octal52163531425001031414057
Binary1011000111011101011110001010100001000110011001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058EEB; }

 p { color: rgb(5,142,235); }

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

<style>
 a { background-color: #058EEB; }

 a { background-color: rgb(5,142,235); }

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

<style>
 span { border-color: #058EEB; }

 span { border-color: rgb(5,142,235); }

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