#058AFC

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

Shades of Dodger Blue #058AFC

Tints of Dodger Blue #058AFC

Color information

#058AFC (or 0x058AFC) is unknown color: approx Dodger Blue. HEX triplet: 05, 8A and FC. RGB value is (5,138,252). Sum of RGB (Red+Green+Blue) = 5+138+252=395 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #058AFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #058AFC is #FA7503. Grayscale: #6E6E6E. Windows color (decimal): -16413956 or 16550405. OLE color: 16550405.

HSL color Cylindrical-coordinate representation of color #058AFC: hue angle of 207.69º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #058AFC is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5138252-
CMYK0.980.4500.01
HSL207.69º97.63%50.39%-
HSV(B)207.69º98.02%98.82%-
XYZ26.7225.2495.56-
YUV111.23207.4452.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.27%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 252 (98.83% from 255) = 63.80%
R=1.27%
G=34.94%
B=63.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal51382520.980.4500.01207.6997.6350.39
Hex58AFC622D01d06232
Octal5212374142550132014262
Binary1011000101011111100110001010110101110100001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,138,252); }

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

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

 a { background-color: rgb(5,138,252); }

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

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

 span { border-color: rgb(5,138,252); }

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