Shades of Dodger Blue #0F9CEB
Tints of Dodger Blue #0F9CEB
RGB
CMYK
RGB Variations
Color information
#0F9CEB (or 0x0F9CEB) is known color: Dodger Blue. HEX triplet: 0F, 9C and EB. RGB value is (15,156,235). Sum of RGB (Red+Green+Blue) = 15+156+235=406 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 235 (92.19% from 255 or 57.88% from 406); Max value from RGB is 235 - color contains mainly: blue. Hex color #0F9CEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F9CEB is #F06314. Grayscale: #7A7A7A. Windows color (decimal): -15754005 or 15440911. OLE color: 15440911.
HSL color Cylindrical-coordinate representation of color #0F9CEB: hue angle of 201.55º 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 #0F9CEB is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 156 | 235 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.08 |
| HSL | 201.55º | 0.88% | 0.49% | - |
| HSV(B) | 201.55º | 0.94% | 0.92% | - |
| XYZ | 27.08 | 29.88 | 82.94 | - |
| YUV | 122.85 | 191.29 | 51.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 156 | 235 | 0.94 | 0.34 | 0 | 0.08 | 201.55 | 0.88 | 0.49 |
| Hex | F | 9C | EB | 5E | 22 | 0 | 8 | CA | 58 | 31 |
| Octal | 17 | 234 | 353 | 136 | 42 | 0 | 10 | 312 | 130 | 61 |
| Binary | 1111 | 10011100 | 11101011 | 1011110 | 100010 | 0 | 1000 | 11001010 | 1011000 | 110001 |
Color Harmonies of #0F9CEB
Complementary color
Monochromatic Colors of #0F9CEB
Black with #0F9CEB
Text Example
Text Example
White with #0F9CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9CEB; }
p { color: rgb(15,156,235); }
H1.HeaderClassName
{
color: #0F9CEB;
}
.AnyTagClassName
{
color: #0F9CEB;
}
</style>
background-color css
<style>
a { background-color: #0F9CEB; }
a { background-color: rgb(15,156,235); }
div.DivClassName
{
background-color: #0F9CEB;
}
.BgClassName
{
background-color: #0F9CEB;
}
</style>
border-color css
<style>
span { border-color: #0F9CEB; }
span { border-color: rgb(15,156,235); }
td.TdClassName
{
border-color: #0F9CEB;
}
.TagClassName
{
border-color: #0F9CEB;
}
</style>