Shades of Dodger Blue #0F9DEA
Tints of Dodger Blue #0F9DEA
RGB
CMYK
RGB Variations
Color information
#0F9DEA (or 0x0F9DEA) is known color: Dodger Blue. HEX triplet: 0F, 9D and EA. RGB value is (15,157,234). Sum of RGB (Red+Green+Blue) = 15+157+234=406 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #0F9DEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F9DEA is #F06215. Grayscale: #7A7A7A. Windows color (decimal): -15753750 or 15375631. OLE color: 15375631.
HSL color Cylindrical-coordinate representation of color #0F9DEA: hue angle of 201.1º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F9DEA is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 157 | 234 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.08 |
| HSL | 201.1º | 0.88% | 0.49% | - |
| HSV(B) | 201.1º | 0.94% | 0.92% | - |
| XYZ | 27.11 | 30.16 | 82.23 | - |
| YUV | 123.32 | 190.46 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 157 | 234 | 0.94 | 0.33 | 0 | 0.08 | 201.1 | 0.88 | 0.49 |
| Hex | F | 9D | EA | 5E | 21 | 0 | 8 | C9 | 58 | 31 |
| Octal | 17 | 235 | 352 | 136 | 41 | 0 | 10 | 311 | 130 | 61 |
| Binary | 1111 | 10011101 | 11101010 | 1011110 | 100001 | 0 | 1000 | 11001001 | 1011000 | 110001 |
Color Harmonies of #0F9DEA
Complementary color
Monochromatic Colors of #0F9DEA
Black with #0F9DEA
Text Example
Text Example
White with #0F9DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9DEA; }
p { color: rgb(15,157,234); }
H1.HeaderClassName
{
color: #0F9DEA;
}
.AnyTagClassName
{
color: #0F9DEA;
}
</style>
background-color css
<style>
a { background-color: #0F9DEA; }
a { background-color: rgb(15,157,234); }
div.DivClassName
{
background-color: #0F9DEA;
}
.BgClassName
{
background-color: #0F9DEA;
}
</style>
border-color css
<style>
span { border-color: #0F9DEA; }
span { border-color: rgb(15,157,234); }
td.TdClassName
{
border-color: #0F9DEA;
}
.TagClassName
{
border-color: #0F9DEA;
}
</style>