Shades of Dodger Blue #0FA0EE
Tints of Dodger Blue #0FA0EE
RGB
CMYK
RGB Variations
Color information
#0FA0EE (or 0x0FA0EE) is known color: Dodger Blue. HEX triplet: 0F, A0 and EE. RGB value is (15,160,238). Sum of RGB (Red+Green+Blue) = 15+160+238=413 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.63% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #0FA0EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FA0EE is #F05F11. Grayscale: #7D7D7D. Windows color (decimal): -15752978 or 15638543. OLE color: 15638543.
HSL color Cylindrical-coordinate representation of color #0FA0EE: hue angle of 200.99º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FA0EE is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 160 | 238 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.07 |
| HSL | 200.99º | 0.88% | 0.5% | - |
| HSV(B) | 200.99º | 0.94% | 0.93% | - |
| XYZ | 28.2 | 31.42 | 85.47 | - |
| YUV | 125.54 | 191.46 | 49.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 160 | 238 | 0.94 | 0.33 | 0 | 0.07 | 200.99 | 0.88 | 0.5 |
| Hex | F | A0 | EE | 5E | 21 | 0 | 7 | C9 | 58 | 32 |
| Octal | 17 | 240 | 356 | 136 | 41 | 0 | 7 | 311 | 130 | 62 |
| Binary | 1111 | 10100000 | 11101110 | 1011110 | 100001 | 0 | 111 | 11001001 | 1011000 | 110010 |
Color Harmonies of #0FA0EE
Complementary color
Monochromatic Colors of #0FA0EE
Black with #0FA0EE
Text Example
Text Example
White with #0FA0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA0EE; }
p { color: rgb(15,160,238); }
H1.HeaderClassName
{
color: #0FA0EE;
}
.AnyTagClassName
{
color: #0FA0EE;
}
</style>
background-color css
<style>
a { background-color: #0FA0EE; }
a { background-color: rgb(15,160,238); }
div.DivClassName
{
background-color: #0FA0EE;
}
.BgClassName
{
background-color: #0FA0EE;
}
</style>
border-color css
<style>
span { border-color: #0FA0EE; }
span { border-color: rgb(15,160,238); }
td.TdClassName
{
border-color: #0FA0EE;
}
.TagClassName
{
border-color: #0FA0EE;
}
</style>