Shades of Dodger Blue #0481FA
Tints of Dodger Blue #0481FA
RGB
CMYK
RGB Variations
Color information
#0481FA (or 0x0481FA) is known color: Dodger Blue. HEX triplet: 04, 81 and FA. RGB value is (4,129,250). Sum of RGB (Red+Green+Blue) = 4+129+250=383 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #0481FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0481FA is #FB7E05. Grayscale: #686868. Windows color (decimal): -16481798 or 16417028. OLE color: 16417028.
HSL color Cylindrical-coordinate representation of color #0481FA: hue angle of 209.51º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0481FA is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 129 | 250 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.02 |
| HSL | 209.51º | 0.97% | 0.5% | - |
| HSV(B) | 209.51º | 0.98% | 0.98% | - |
| XYZ | 25.16 | 22.63 | 93.48 | - |
| YUV | 105.42 | 209.59 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 129 | 250 | 0.98 | 0.48 | 0 | 0.02 | 209.51 | 0.97 | 0.5 |
| Hex | 4 | 81 | FA | 62 | 30 | 0 | 2 | D2 | 61 | 32 |
| Octal | 4 | 201 | 372 | 142 | 60 | 0 | 2 | 322 | 141 | 62 |
| Binary | 100 | 10000001 | 11111010 | 1100010 | 110000 | 0 | 10 | 11010010 | 1100001 | 110010 |
Color Harmonies of #0481FA
Complementary color
Monochromatic Colors of #0481FA
Black with #0481FA
Text Example
Text Example
White with #0481FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0481FA; }
p { color: rgb(4,129,250); }
H1.HeaderClassName
{
color: #0481FA;
}
.AnyTagClassName
{
color: #0481FA;
}
</style>
background-color css
<style>
a { background-color: #0481FA; }
a { background-color: rgb(4,129,250); }
div.DivClassName
{
background-color: #0481FA;
}
.BgClassName
{
background-color: #0481FA;
}
</style>
border-color css
<style>
span { border-color: #0481FA; }
span { border-color: rgb(4,129,250); }
td.TdClassName
{
border-color: #0481FA;
}
.TagClassName
{
border-color: #0481FA;
}
</style>