Shades of Dodger Blue #0483FC
Tints of Dodger Blue #0483FC
RGB
CMYK
RGB Variations
Color information
#0483FC (or 0x0483FC) is known color: Dodger Blue. HEX triplet: 04, 83 and FC. RGB value is (4,131,252). Sum of RGB (Red+Green+Blue) = 4+131+252=387 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #0483FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0483FC is #FB7C03. Grayscale: #6A6A6A. Windows color (decimal): -16481284 or 16548612. OLE color: 16548612.
HSL color Cylindrical-coordinate representation of color #0483FC: hue angle of 209.27º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0483FC is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 131 | 252 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.01 |
| HSL | 209.27º | 0.98% | 0.5% | - |
| HSV(B) | 209.27º | 0.98% | 0.99% | - |
| XYZ | 25.74 | 23.29 | 95.23 | - |
| YUV | 106.82 | 209.92 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 131 | 252 | 0.98 | 0.48 | 0 | 0.01 | 209.27 | 0.98 | 0.5 |
| Hex | 4 | 83 | FC | 62 | 30 | 0 | 1 | D1 | 62 | 32 |
| Octal | 4 | 203 | 374 | 142 | 60 | 0 | 1 | 321 | 142 | 62 |
| Binary | 100 | 10000011 | 11111100 | 1100010 | 110000 | 0 | 1 | 11010001 | 1100010 | 110010 |
Color Harmonies of #0483FC
Complementary color
Monochromatic Colors of #0483FC
Black with #0483FC
Text Example
Text Example
White with #0483FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0483FC; }
p { color: rgb(4,131,252); }
H1.HeaderClassName
{
color: #0483FC;
}
.AnyTagClassName
{
color: #0483FC;
}
</style>
background-color css
<style>
a { background-color: #0483FC; }
a { background-color: rgb(4,131,252); }
div.DivClassName
{
background-color: #0483FC;
}
.BgClassName
{
background-color: #0483FC;
}
</style>
border-color css
<style>
span { border-color: #0483FC; }
span { border-color: rgb(4,131,252); }
td.TdClassName
{
border-color: #0483FC;
}
.TagClassName
{
border-color: #0483FC;
}
</style>