Shades of Dodger Blue #0584FD
Tints of Dodger Blue #0584FD
RGB
CMYK
RGB Variations
Color information
#0584FD (or 0x0584FD) is known color: Dodger Blue. HEX triplet: 05, 84 and FD. RGB value is (5,132,253). Sum of RGB (Red+Green+Blue) = 5+132+253=390 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 253 (99.22% from 255 or 64.87% from 390); Max value from RGB is 253 - color contains mainly: blue. Hex color #0584FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0584FD is #FA7B02. Grayscale: #6B6B6B. Windows color (decimal): -16415491 or 16614405. OLE color: 16614405.
HSL color Cylindrical-coordinate representation of color #0584FD: hue angle of 209.27º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0584FD is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 132 | 253 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.01 |
| HSL | 209.27º | 0.98% | 0.51% | - |
| HSV(B) | 209.27º | 0.98% | 0.99% | - |
| XYZ | 26.04 | 23.63 | 96.12 | - |
| YUV | 107.82 | 209.92 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 132 | 253 | 0.98 | 0.48 | 0 | 0.01 | 209.27 | 0.98 | 0.51 |
| Hex | 5 | 84 | FD | 62 | 30 | 0 | 1 | D1 | 62 | 33 |
| Octal | 5 | 204 | 375 | 142 | 60 | 0 | 1 | 321 | 142 | 63 |
| Binary | 101 | 10000100 | 11111101 | 1100010 | 110000 | 0 | 1 | 11010001 | 1100010 | 110011 |
Color Harmonies of #0584FD
Complementary color
Monochromatic Colors of #0584FD
Black with #0584FD
Text Example
Text Example
White with #0584FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0584FD; }
p { color: rgb(5,132,253); }
H1.HeaderClassName
{
color: #0584FD;
}
.AnyTagClassName
{
color: #0584FD;
}
</style>
background-color css
<style>
a { background-color: #0584FD; }
a { background-color: rgb(5,132,253); }
div.DivClassName
{
background-color: #0584FD;
}
.BgClassName
{
background-color: #0584FD;
}
</style>
border-color css
<style>
span { border-color: #0584FD; }
span { border-color: rgb(5,132,253); }
td.TdClassName
{
border-color: #0584FD;
}
.TagClassName
{
border-color: #0584FD;
}
</style>