#0582FC

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

Shades of Dodger Blue #0582FC

Tints of Dodger Blue #0582FC

Color information

#0582FC (or 0x0582FC) is unknown color: approx Dodger Blue. HEX triplet: 05, 82 and FC. RGB value is (5,130,252). Sum of RGB (Red+Green+Blue) = 5+130+252=387 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #0582FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0582FC is #FA7D03. Grayscale: #696969. Windows color (decimal): -16416004 or 16548357. OLE color: 16548357.

HSL color Cylindrical-coordinate representation of color #0582FC: hue angle of 209.64º 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 #0582FC is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5130252-
CMYK0.980.4800.01
HSL209.64º97.63%50.39%-
HSV(B)209.64º98.02%98.82%-
XYZ25.6223.0395.19-
YUV106.53210.0955.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.29%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 252 (98.83% from 255) = 65.12%
R=1.29%
G=33.59%
B=65.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal51302520.980.4800.01209.6497.6350.39
Hex582FC623001d26232
Octal5202374142600132214262
Binary1011000001011111100110001011000001110100101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0582FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0582FC; }

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

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

<style>
 a { background-color: #0582FC; }

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

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

<style>
 span { border-color: #0582FC; }

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

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