Shades of Dodger Blue #0F9CFF
Tints of Dodger Blue #0F9CFF
RGB
CMYK
RGB Variations
Color information
#0F9CFF (or 0x0F9CFF) is known color: Dodger Blue. HEX triplet: 0F, 9C and FF. RGB value is (15,156,255). Sum of RGB (Red+Green+Blue) = 15+156+255=426 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.52% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F9CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F9CFF is #F06300. Grayscale: #7C7C7C. Windows color (decimal): -15753985 or 16751631. OLE color: 16751631.
HSL color Cylindrical-coordinate representation of color #0F9CFF: hue angle of 204.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F9CFF is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 156 | 255 | - |
| CMYK | 0.94 | 0.39 | 0 | 0 |
| HSL | 204.75º | 1% | 0.53% | - |
| HSV(B) | 204.75º | 0.94% | 1% | - |
| XYZ | 30.14 | 31.1 | 99.02 | - |
| YUV | 125.13 | 201.29 | 49.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 156 | 255 | 0.94 | 0.39 | 0 | 0 | 204.75 | 1 | 0.53 |
| Hex | F | 9C | FF | 5E | 27 | 0 | 0 | CD | 64 | 35 |
| Octal | 17 | 234 | 377 | 136 | 47 | 0 | 0 | 315 | 144 | 65 |
| Binary | 1111 | 10011100 | 11111111 | 1011110 | 100111 | 0 | 0 | 11001101 | 1100100 | 110101 |
Color Harmonies of #0F9CFF
Complementary color
Monochromatic Colors of #0F9CFF
Black with #0F9CFF
Text Example
Text Example
White with #0F9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9CFF; }
p { color: rgb(15,156,255); }
H1.HeaderClassName
{
color: #0F9CFF;
}
.AnyTagClassName
{
color: #0F9CFF;
}
</style>
background-color css
<style>
a { background-color: #0F9CFF; }
a { background-color: rgb(15,156,255); }
div.DivClassName
{
background-color: #0F9CFF;
}
.BgClassName
{
background-color: #0F9CFF;
}
</style>
border-color css
<style>
span { border-color: #0F9CFF; }
span { border-color: rgb(15,156,255); }
td.TdClassName
{
border-color: #0F9CFF;
}
.TagClassName
{
border-color: #0F9CFF;
}
</style>