Shades of Dodger Blue #04A0FE
Tints of Dodger Blue #04A0FE
RGB
CMYK
RGB Variations
Color information
#04A0FE (or 0x04A0FE) is known color: Dodger Blue. HEX triplet: 04, A0 and FE. RGB value is (4,160,254). Sum of RGB (Red+Green+Blue) = 4+160+254=418 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #04A0FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04A0FE is #FB5F01. Grayscale: #7B7B7B. Windows color (decimal): -16473858 or 16687108. OLE color: 16687108.
HSL color Cylindrical-coordinate representation of color #04A0FE: hue angle of 202.56º 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 #04A0FE is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 160 | 254 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.00 |
| HSL | 202.56º | 0.99% | 0.51% | - |
| HSV(B) | 202.56º | 0.98% | 1% | - |
| XYZ | 30.51 | 32.32 | 98.4 | - |
| YUV | 124.07 | 201.32 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 160 | 254 | 0.98 | 0.37 | 0 | 0.00 | 202.56 | 0.99 | 0.51 |
| Hex | 4 | A0 | FE | 62 | 25 | 0 | 0 | CB | 63 | 33 |
| Octal | 4 | 240 | 376 | 142 | 45 | 0 | 0 | 313 | 143 | 63 |
| Binary | 100 | 10100000 | 11111110 | 1100010 | 100101 | 0 | 0 | 11001011 | 1100011 | 110011 |
Color Harmonies of #04A0FE
Complementary color
Monochromatic Colors of #04A0FE
Black with #04A0FE
Text Example
Text Example
White with #04A0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A0FE; }
p { color: rgb(4,160,254); }
H1.HeaderClassName
{
color: #04A0FE;
}
.AnyTagClassName
{
color: #04A0FE;
}
</style>
background-color css
<style>
a { background-color: #04A0FE; }
a { background-color: rgb(4,160,254); }
div.DivClassName
{
background-color: #04A0FE;
}
.BgClassName
{
background-color: #04A0FE;
}
</style>
border-color css
<style>
span { border-color: #04A0FE; }
span { border-color: rgb(4,160,254); }
td.TdClassName
{
border-color: #04A0FE;
}
.TagClassName
{
border-color: #04A0FE;
}
</style>