Shades of Dodger Blue #0583FF
Tints of Dodger Blue #0583FF
RGB
CMYK
RGB Variations
Color information
#0583FF (or 0x0583FF) is known color: Dodger Blue. HEX triplet: 05, 83 and FF. RGB value is (5,131,255). Sum of RGB (Red+Green+Blue) = 5+131+255=391 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #0583FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0583FF is #FA7C00. Grayscale: #6A6A6A. Windows color (decimal): -16415745 or 16745221. OLE color: 16745221.
HSL color Cylindrical-coordinate representation of color #0583FF: hue angle of 209.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0583FF is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 131 | 255 | - |
| CMYK | 0.98 | 0.49 | 0 | 0 |
| HSL | 209.76º | 1% | 0.51% | - |
| HSV(B) | 209.76º | 0.98% | 1% | - |
| XYZ | 26.23 | 23.48 | 97.76 | - |
| YUV | 107.46 | 211.26 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 131 | 255 | 0.98 | 0.49 | 0 | 0 | 209.76 | 1 | 0.51 |
| Hex | 5 | 83 | FF | 62 | 31 | 0 | 0 | D2 | 64 | 33 |
| Octal | 5 | 203 | 377 | 142 | 61 | 0 | 0 | 322 | 144 | 63 |
| Binary | 101 | 10000011 | 11111111 | 1100010 | 110001 | 0 | 0 | 11010010 | 1100100 | 110011 |
Color Harmonies of #0583FF
Complementary color
Monochromatic Colors of #0583FF
Black with #0583FF
Text Example
Text Example
White with #0583FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0583FF; }
p { color: rgb(5,131,255); }
H1.HeaderClassName
{
color: #0583FF;
}
.AnyTagClassName
{
color: #0583FF;
}
</style>
background-color css
<style>
a { background-color: #0583FF; }
a { background-color: rgb(5,131,255); }
div.DivClassName
{
background-color: #0583FF;
}
.BgClassName
{
background-color: #0583FF;
}
</style>
border-color css
<style>
span { border-color: #0583FF; }
span { border-color: rgb(5,131,255); }
td.TdClassName
{
border-color: #0583FF;
}
.TagClassName
{
border-color: #0583FF;
}
</style>