Shades of Dodger Blue #0483EF
Tints of Dodger Blue #0483EF
RGB
CMYK
RGB Variations
Color information
#0483EF (or 0x0483EF) is known color: Dodger Blue. HEX triplet: 04, 83 and EF. RGB value is (4,131,239). Sum of RGB (Red+Green+Blue) = 4+131+239=374 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #0483EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0483EF is #FB7C10. Grayscale: #686868. Windows color (decimal): -16481297 or 15696644. OLE color: 15696644.
HSL color Cylindrical-coordinate representation of color #0483EF: hue angle of 207.57º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0483EF is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 131 | 239 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.06 |
| HSL | 207.57º | 0.97% | 0.48% | - |
| HSV(B) | 207.57º | 0.98% | 0.94% | - |
| XYZ | 23.75 | 22.49 | 84.75 | - |
| YUV | 105.34 | 203.42 | 55.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 131 | 239 | 0.98 | 0.45 | 0 | 0.06 | 207.57 | 0.97 | 0.48 |
| Hex | 4 | 83 | EF | 62 | 2D | 0 | 6 | D0 | 61 | 30 |
| Octal | 4 | 203 | 357 | 142 | 55 | 0 | 6 | 320 | 141 | 60 |
| Binary | 100 | 10000011 | 11101111 | 1100010 | 101101 | 0 | 110 | 11010000 | 1100001 | 110000 |
Color Harmonies of #0483EF
Complementary color
Monochromatic Colors of #0483EF
Black with #0483EF
Text Example
Text Example
White with #0483EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0483EF; }
p { color: rgb(4,131,239); }
H1.HeaderClassName
{
color: #0483EF;
}
.AnyTagClassName
{
color: #0483EF;
}
</style>
background-color css
<style>
a { background-color: #0483EF; }
a { background-color: rgb(4,131,239); }
div.DivClassName
{
background-color: #0483EF;
}
.BgClassName
{
background-color: #0483EF;
}
</style>
border-color css
<style>
span { border-color: #0483EF; }
span { border-color: rgb(4,131,239); }
td.TdClassName
{
border-color: #0483EF;
}
.TagClassName
{
border-color: #0483EF;
}
</style>