Shades of Dodger Blue #04A0FC
Tints of Dodger Blue #04A0FC
RGB
CMYK
RGB Variations
Color information
#04A0FC (or 0x04A0FC) is known color: Dodger Blue. HEX triplet: 04, A0 and FC. RGB value is (4,160,252). Sum of RGB (Red+Green+Blue) = 4+160+252=416 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #04A0FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04A0FC is #FB5F03. Grayscale: #7B7B7B. Windows color (decimal): -16473860 or 16556036. OLE color: 16556036.
HSL color Cylindrical-coordinate representation of color #04A0FC: hue angle of 202.26º 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 #04A0FC is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 160 | 252 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.01 |
| HSL | 202.26º | 0.98% | 0.5% | - |
| HSV(B) | 202.26º | 0.98% | 0.99% | - |
| XYZ | 30.19 | 32.2 | 96.72 | - |
| YUV | 123.84 | 200.32 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 160 | 252 | 0.98 | 0.37 | 0 | 0.01 | 202.26 | 0.98 | 0.5 |
| Hex | 4 | A0 | FC | 62 | 25 | 0 | 1 | CA | 62 | 32 |
| Octal | 4 | 240 | 374 | 142 | 45 | 0 | 1 | 312 | 142 | 62 |
| Binary | 100 | 10100000 | 11111100 | 1100010 | 100101 | 0 | 1 | 11001010 | 1100010 | 110010 |
Color Harmonies of #04A0FC
Complementary color
Monochromatic Colors of #04A0FC
Black with #04A0FC
Text Example
Text Example
White with #04A0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A0FC; }
p { color: rgb(4,160,252); }
H1.HeaderClassName
{
color: #04A0FC;
}
.AnyTagClassName
{
color: #04A0FC;
}
</style>
background-color css
<style>
a { background-color: #04A0FC; }
a { background-color: rgb(4,160,252); }
div.DivClassName
{
background-color: #04A0FC;
}
.BgClassName
{
background-color: #04A0FC;
}
</style>
border-color css
<style>
span { border-color: #04A0FC; }
span { border-color: rgb(4,160,252); }
td.TdClassName
{
border-color: #04A0FC;
}
.TagClassName
{
border-color: #04A0FC;
}
</style>