Shades of Dodger Blue #0583EA
Tints of Dodger Blue #0583EA
RGB
CMYK
RGB Variations
Color information
#0583EA (or 0x0583EA) is known color: Dodger Blue. HEX triplet: 05, 83 and EA. RGB value is (5,131,234). Sum of RGB (Red+Green+Blue) = 5+131+234=370 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #0583EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0583EA is #FA7C15. Grayscale: #686868. Windows color (decimal): -16415766 or 15368965. OLE color: 15368965.
HSL color Cylindrical-coordinate representation of color #0583EA: hue angle of 206.99º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0583EA is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 131 | 234 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.08 |
| HSL | 206.99º | 0.96% | 0.47% | - |
| HSV(B) | 206.99º | 0.98% | 0.92% | - |
| XYZ | 23.03 | 22.21 | 80.91 | - |
| YUV | 105.07 | 200.76 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 131 | 234 | 0.98 | 0.44 | 0 | 0.08 | 206.99 | 0.96 | 0.47 |
| Hex | 5 | 83 | EA | 62 | 2C | 0 | 8 | CF | 60 | 2F |
| Octal | 5 | 203 | 352 | 142 | 54 | 0 | 10 | 317 | 140 | 57 |
| Binary | 101 | 10000011 | 11101010 | 1100010 | 101100 | 0 | 1000 | 11001111 | 1100000 | 101111 |
Color Harmonies of #0583EA
Complementary color
Monochromatic Colors of #0583EA
Black with #0583EA
Text Example
Text Example
White with #0583EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0583EA; }
p { color: rgb(5,131,234); }
H1.HeaderClassName
{
color: #0583EA;
}
.AnyTagClassName
{
color: #0583EA;
}
</style>
background-color css
<style>
a { background-color: #0583EA; }
a { background-color: rgb(5,131,234); }
div.DivClassName
{
background-color: #0583EA;
}
.BgClassName
{
background-color: #0583EA;
}
</style>
border-color css
<style>
span { border-color: #0583EA; }
span { border-color: rgb(5,131,234); }
td.TdClassName
{
border-color: #0583EA;
}
.TagClassName
{
border-color: #0583EA;
}
</style>