Shades of Dodger Blue #0483FE
Tints of Dodger Blue #0483FE
RGB
CMYK
RGB Variations
Color information
#0483FE (or 0x0483FE) is known color: Dodger Blue. HEX triplet: 04, 83 and FE. RGB value is (4,131,254). Sum of RGB (Red+Green+Blue) = 4+131+254=389 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #0483FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0483FE is #FB7C01. Grayscale: #6A6A6A. Windows color (decimal): -16481282 or 16679684. OLE color: 16679684.
HSL color Cylindrical-coordinate representation of color #0483FE: hue angle of 209.52º 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 #0483FE is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 131 | 254 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.00 |
| HSL | 209.52º | 0.99% | 0.51% | - |
| HSV(B) | 209.52º | 0.98% | 1% | - |
| XYZ | 26.06 | 23.41 | 96.91 | - |
| YUV | 107.05 | 210.92 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 131 | 254 | 0.98 | 0.48 | 0 | 0.00 | 209.52 | 0.99 | 0.51 |
| Hex | 4 | 83 | FE | 62 | 30 | 0 | 0 | D2 | 63 | 33 |
| Octal | 4 | 203 | 376 | 142 | 60 | 0 | 0 | 322 | 143 | 63 |
| Binary | 100 | 10000011 | 11111110 | 1100010 | 110000 | 0 | 0 | 11010010 | 1100011 | 110011 |
Color Harmonies of #0483FE
Complementary color
Monochromatic Colors of #0483FE
Black with #0483FE
Text Example
Text Example
White with #0483FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0483FE; }
p { color: rgb(4,131,254); }
H1.HeaderClassName
{
color: #0483FE;
}
.AnyTagClassName
{
color: #0483FE;
}
</style>
background-color css
<style>
a { background-color: #0483FE; }
a { background-color: rgb(4,131,254); }
div.DivClassName
{
background-color: #0483FE;
}
.BgClassName
{
background-color: #0483FE;
}
</style>
border-color css
<style>
span { border-color: #0483FE; }
span { border-color: rgb(4,131,254); }
td.TdClassName
{
border-color: #0483FE;
}
.TagClassName
{
border-color: #0483FE;
}
</style>