Shades of Dodger Blue #0481EA
Tints of Dodger Blue #0481EA
RGB
CMYK
RGB Variations
Color information
#0481EA (or 0x0481EA) is known color: Dodger Blue. HEX triplet: 04, 81 and EA. RGB value is (4,129,234). Sum of RGB (Red+Green+Blue) = 4+129+234=367 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 234 (91.80% from 255 or 63.76% from 367); Max value from RGB is 234 - color contains mainly: blue. Hex color #0481EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0481EA is #FB7E15. Grayscale: #676767. Windows color (decimal): -16481814 or 15368452. OLE color: 15368452.
HSL color Cylindrical-coordinate representation of color #0481EA: hue angle of 207.39º degrees, saturation: 0.97, 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 #0481EA is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 129 | 234 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.08 |
| HSL | 207.39º | 0.97% | 0.47% | - |
| HSV(B) | 207.39º | 0.98% | 0.92% | - |
| XYZ | 22.75 | 21.67 | 80.82 | - |
| YUV | 103.6 | 201.59 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 129 | 234 | 0.98 | 0.45 | 0 | 0.08 | 207.39 | 0.97 | 0.47 |
| Hex | 4 | 81 | EA | 62 | 2D | 0 | 8 | CF | 61 | 2F |
| Octal | 4 | 201 | 352 | 142 | 55 | 0 | 10 | 317 | 141 | 57 |
| Binary | 100 | 10000001 | 11101010 | 1100010 | 101101 | 0 | 1000 | 11001111 | 1100001 | 101111 |
Color Harmonies of #0481EA
Complementary color
Monochromatic Colors of #0481EA
Black with #0481EA
Text Example
Text Example
White with #0481EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0481EA; }
p { color: rgb(4,129,234); }
H1.HeaderClassName
{
color: #0481EA;
}
.AnyTagClassName
{
color: #0481EA;
}
</style>
background-color css
<style>
a { background-color: #0481EA; }
a { background-color: rgb(4,129,234); }
div.DivClassName
{
background-color: #0481EA;
}
.BgClassName
{
background-color: #0481EA;
}
</style>
border-color css
<style>
span { border-color: #0481EA; }
span { border-color: rgb(4,129,234); }
td.TdClassName
{
border-color: #0481EA;
}
.TagClassName
{
border-color: #0481EA;
}
</style>