#058CF0

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

Shades of Dodger Blue #058CF0

Tints of Dodger Blue #058CF0

Color information

#058CF0 (or 0x058CF0) is unknown color: approx Dodger Blue. HEX triplet: 05, 8C and F0. RGB value is (5,140,240). Sum of RGB (Red+Green+Blue) = 5+140+240=385 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 240 (94.14% from 255 or 62.34% from 385); Max value from RGB is 240 - color contains mainly: blue. Hex color #058CF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058CF0 is #FA730F. Grayscale: #6E6E6E. Windows color (decimal): -16413456 or 15764485. OLE color: 15764485.

HSL color Cylindrical-coordinate representation of color #058CF0: hue angle of 205.53º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058CF0 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB5140240-
CMYK0.980.4200.06
HSL205.53º95.92%48.04%-
HSV(B)205.53º97.92%94.12%-
XYZ25.1725.0885.95-
YUV111.04200.7752.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.30%
GREEN value IS 140 (55.08% from 255) = 36.36%
BLUE value IS 240 (94.14% from 255) = 62.34%
R=1.30%
G=36.36%
B=62.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal51402400.980.4200.06205.5395.9248.04
Hex58CF0622A06ce6030
Octal5214360142520631614060
Binary101100011001111000011000101010100110110011101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,140,240); }

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

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

 a { background-color: rgb(5,140,240); }

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

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

 span { border-color: rgb(5,140,240); }

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