Shades of Dodger Blue #0F8ADE
Tints of Dodger Blue #0F8ADE
RGB
CMYK
RGB Variations
Color information
#0F8ADE (or 0x0F8ADE) is known color: Dodger Blue. HEX triplet: 0F, 8A and DE. RGB value is (15,138,222). Sum of RGB (Red+Green+Blue) = 15+138+222=375 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #0F8ADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F8ADE is #F07521. Grayscale: #6E6E6E. Windows color (decimal): -15758626 or 14584335. OLE color: 14584335.
HSL color Cylindrical-coordinate representation of color #0F8ADE: hue angle of 204.35º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F8ADE is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 138 | 222 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.13 |
| HSL | 204.35º | 0.87% | 0.46% | - |
| HSV(B) | 204.35º | 0.93% | 0.87% | - |
| XYZ | 22.47 | 23.55 | 72.47 | - |
| YUV | 110.8 | 190.75 | 59.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 138 | 222 | 0.93 | 0.38 | 0 | 0.13 | 204.35 | 0.87 | 0.46 |
| Hex | F | 8A | DE | 5D | 26 | 0 | D | CC | 57 | 2E |
| Octal | 17 | 212 | 336 | 135 | 46 | 0 | 15 | 314 | 127 | 56 |
| Binary | 1111 | 10001010 | 11011110 | 1011101 | 100110 | 0 | 1101 | 11001100 | 1010111 | 101110 |
Color Harmonies of #0F8ADE
Complementary color
Monochromatic Colors of #0F8ADE
Black with #0F8ADE
Text Example
Text Example
White with #0F8ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8ADE; }
p { color: rgb(15,138,222); }
H1.HeaderClassName
{
color: #0F8ADE;
}
.AnyTagClassName
{
color: #0F8ADE;
}
</style>
background-color css
<style>
a { background-color: #0F8ADE; }
a { background-color: rgb(15,138,222); }
div.DivClassName
{
background-color: #0F8ADE;
}
.BgClassName
{
background-color: #0F8ADE;
}
</style>
border-color css
<style>
span { border-color: #0F8ADE; }
span { border-color: rgb(15,138,222); }
td.TdClassName
{
border-color: #0F8ADE;
}
.TagClassName
{
border-color: #0F8ADE;
}
</style>