Shades of Dodger Blue #039AFE
Tints of Dodger Blue #039AFE
RGB
CMYK
RGB Variations
Color information
#039AFE (or 0x039AFE) is known color: Dodger Blue. HEX triplet: 03, 9A and FE. RGB value is (3,154,254). Sum of RGB (Red+Green+Blue) = 3+154+254=411 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #039AFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039AFE is #FC6501. Grayscale: #777777. Windows color (decimal): -16540930 or 16685571. OLE color: 16685571.
HSL color Cylindrical-coordinate representation of color #039AFE: hue angle of 203.9º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039AFE is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 154 | 254 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.00 |
| HSL | 203.9º | 0.99% | 0.5% | - |
| HSV(B) | 203.9º | 0.99% | 1% | - |
| XYZ | 29.48 | 30.29 | 98.06 | - |
| YUV | 120.25 | 203.47 | 44.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 154 | 254 | 0.99 | 0.39 | 0 | 0.00 | 203.9 | 0.99 | 0.5 |
| Hex | 3 | 9A | FE | 63 | 27 | 0 | 0 | CC | 63 | 32 |
| Octal | 3 | 232 | 376 | 143 | 47 | 0 | 0 | 314 | 143 | 62 |
| Binary | 11 | 10011010 | 11111110 | 1100011 | 100111 | 0 | 0 | 11001100 | 1100011 | 110010 |
Color Harmonies of #039AFE
Complementary color
Monochromatic Colors of #039AFE
Black with #039AFE
Text Example
Text Example
White with #039AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039AFE; }
p { color: rgb(3,154,254); }
H1.HeaderClassName
{
color: #039AFE;
}
.AnyTagClassName
{
color: #039AFE;
}
</style>
background-color css
<style>
a { background-color: #039AFE; }
a { background-color: rgb(3,154,254); }
div.DivClassName
{
background-color: #039AFE;
}
.BgClassName
{
background-color: #039AFE;
}
</style>
border-color css
<style>
span { border-color: #039AFE; }
span { border-color: rgb(3,154,254); }
td.TdClassName
{
border-color: #039AFE;
}
.TagClassName
{
border-color: #039AFE;
}
</style>