Shades of Dodger Blue #0584FE
Tints of Dodger Blue #0584FE
RGB
CMYK
RGB Variations
Color information
#0584FE (or 0x0584FE) is known color: Dodger Blue. HEX triplet: 05, 84 and FE. RGB value is (5,132,254). Sum of RGB (Red+Green+Blue) = 5+132+254=391 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #0584FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0584FE is #FA7B01. Grayscale: #6B6B6B. Windows color (decimal): -16415490 or 16679941. OLE color: 16679941.
HSL color Cylindrical-coordinate representation of color #0584FE: hue angle of 209.4º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0584FE is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 132 | 254 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.00 |
| HSL | 209.4º | 0.99% | 0.51% | - |
| HSV(B) | 209.4º | 0.98% | 1% | - |
| XYZ | 26.2 | 23.69 | 96.96 | - |
| YUV | 107.94 | 210.42 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 132 | 254 | 0.98 | 0.48 | 0 | 0.00 | 209.4 | 0.99 | 0.51 |
| Hex | 5 | 84 | FE | 62 | 30 | 0 | 0 | D1 | 63 | 33 |
| Octal | 5 | 204 | 376 | 142 | 60 | 0 | 0 | 321 | 143 | 63 |
| Binary | 101 | 10000100 | 11111110 | 1100010 | 110000 | 0 | 0 | 11010001 | 1100011 | 110011 |
Color Harmonies of #0584FE
Complementary color
Monochromatic Colors of #0584FE
Black with #0584FE
Text Example
Text Example
White with #0584FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0584FE; }
p { color: rgb(5,132,254); }
H1.HeaderClassName
{
color: #0584FE;
}
.AnyTagClassName
{
color: #0584FE;
}
</style>
background-color css
<style>
a { background-color: #0584FE; }
a { background-color: rgb(5,132,254); }
div.DivClassName
{
background-color: #0584FE;
}
.BgClassName
{
background-color: #0584FE;
}
</style>
border-color css
<style>
span { border-color: #0584FE; }
span { border-color: rgb(5,132,254); }
td.TdClassName
{
border-color: #0584FE;
}
.TagClassName
{
border-color: #0584FE;
}
</style>