Shades of Dodger Blue #0584FC
Tints of Dodger Blue #0584FC
RGB
CMYK
RGB Variations
Color information
#0584FC (or 0x0584FC) is known color: Dodger Blue. HEX triplet: 05, 84 and FC. RGB value is (5,132,252). Sum of RGB (Red+Green+Blue) = 5+132+252=389 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 252 (98.83% from 255 or 64.78% from 389); Max value from RGB is 252 - color contains mainly: blue. Hex color #0584FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0584FC is #FA7B03. Grayscale: #6B6B6B. Windows color (decimal): -16415492 or 16548869. OLE color: 16548869.
HSL color Cylindrical-coordinate representation of color #0584FC: hue angle of 209.15º 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 #0584FC is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 132 | 252 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.01 |
| HSL | 209.15º | 0.98% | 0.5% | - |
| HSV(B) | 209.15º | 0.98% | 0.99% | - |
| XYZ | 25.88 | 23.56 | 95.28 | - |
| YUV | 107.71 | 209.42 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 132 | 252 | 0.98 | 0.48 | 0 | 0.01 | 209.15 | 0.98 | 0.5 |
| Hex | 5 | 84 | FC | 62 | 30 | 0 | 1 | D1 | 62 | 32 |
| Octal | 5 | 204 | 374 | 142 | 60 | 0 | 1 | 321 | 142 | 62 |
| Binary | 101 | 10000100 | 11111100 | 1100010 | 110000 | 0 | 1 | 11010001 | 1100010 | 110010 |
Color Harmonies of #0584FC
Complementary color
Monochromatic Colors of #0584FC
Black with #0584FC
Text Example
Text Example
White with #0584FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0584FC; }
p { color: rgb(5,132,252); }
H1.HeaderClassName
{
color: #0584FC;
}
.AnyTagClassName
{
color: #0584FC;
}
</style>
background-color css
<style>
a { background-color: #0584FC; }
a { background-color: rgb(5,132,252); }
div.DivClassName
{
background-color: #0584FC;
}
.BgClassName
{
background-color: #0584FC;
}
</style>
border-color css
<style>
span { border-color: #0584FC; }
span { border-color: rgb(5,132,252); }
td.TdClassName
{
border-color: #0584FC;
}
.TagClassName
{
border-color: #0584FC;
}
</style>