Shades of Dodger Blue #0F9CFD
Tints of Dodger Blue #0F9CFD
RGB
CMYK
RGB Variations
Color information
#0F9CFD (or 0x0F9CFD) is known color: Dodger Blue. HEX triplet: 0F, 9C and FD. RGB value is (15,156,253). Sum of RGB (Red+Green+Blue) = 15+156+253=424 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.54% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #0F9CFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F9CFD is #F06302. Grayscale: #7C7C7C. Windows color (decimal): -15753987 or 16620559. OLE color: 16620559.
HSL color Cylindrical-coordinate representation of color #0F9CFD: hue angle of 204.45º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F9CFD is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 156 | 253 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.01 |
| HSL | 204.45º | 0.98% | 0.53% | - |
| HSV(B) | 204.45º | 0.94% | 0.99% | - |
| XYZ | 29.82 | 30.97 | 97.33 | - |
| YUV | 124.9 | 200.29 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 156 | 253 | 0.94 | 0.38 | 0 | 0.01 | 204.45 | 0.98 | 0.53 |
| Hex | F | 9C | FD | 5E | 26 | 0 | 1 | CC | 62 | 35 |
| Octal | 17 | 234 | 375 | 136 | 46 | 0 | 1 | 314 | 142 | 65 |
| Binary | 1111 | 10011100 | 11111101 | 1011110 | 100110 | 0 | 1 | 11001100 | 1100010 | 110101 |
Color Harmonies of #0F9CFD
Complementary color
Monochromatic Colors of #0F9CFD
Black with #0F9CFD
Text Example
Text Example
White with #0F9CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9CFD; }
p { color: rgb(15,156,253); }
H1.HeaderClassName
{
color: #0F9CFD;
}
.AnyTagClassName
{
color: #0F9CFD;
}
</style>
background-color css
<style>
a { background-color: #0F9CFD; }
a { background-color: rgb(15,156,253); }
div.DivClassName
{
background-color: #0F9CFD;
}
.BgClassName
{
background-color: #0F9CFD;
}
</style>
border-color css
<style>
span { border-color: #0F9CFD; }
span { border-color: rgb(15,156,253); }
td.TdClassName
{
border-color: #0F9CFD;
}
.TagClassName
{
border-color: #0F9CFD;
}
</style>