Shades of Dodger Blue #0FA6FF
Tints of Dodger Blue #0FA6FF
RGB
CMYK
RGB Variations
Color information
#0FA6FF (or 0x0FA6FF) is known color: Dodger Blue. HEX triplet: 0F, A6 and FF. RGB value is (15,166,255). Sum of RGB (Red+Green+Blue) = 15+166+255=436 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.44% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FA6FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FA6FF is #F05900. Grayscale: #828282. Windows color (decimal): -15751425 or 16754191. OLE color: 16754191.
HSL color Cylindrical-coordinate representation of color #0FA6FF: hue angle of 202.25º 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 #0FA6FF is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 166 | 255 | - |
| CMYK | 0.94 | 0.35 | 0 | 0 |
| HSL | 202.25º | 1% | 0.53% | - |
| HSV(B) | 202.25º | 0.94% | 1% | - |
| XYZ | 31.88 | 34.59 | 99.6 | - |
| YUV | 131 | 197.97 | 45.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 166 | 255 | 0.94 | 0.35 | 0 | 0 | 202.25 | 1 | 0.53 |
| Hex | F | A6 | FF | 5E | 23 | 0 | 0 | CA | 64 | 35 |
| Octal | 17 | 246 | 377 | 136 | 43 | 0 | 0 | 312 | 144 | 65 |
| Binary | 1111 | 10100110 | 11111111 | 1011110 | 100011 | 0 | 0 | 11001010 | 1100100 | 110101 |
Color Harmonies of #0FA6FF
Complementary color
Monochromatic Colors of #0FA6FF
Black with #0FA6FF
Text Example
Text Example
White with #0FA6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA6FF; }
p { color: rgb(15,166,255); }
H1.HeaderClassName
{
color: #0FA6FF;
}
.AnyTagClassName
{
color: #0FA6FF;
}
</style>
background-color css
<style>
a { background-color: #0FA6FF; }
a { background-color: rgb(15,166,255); }
div.DivClassName
{
background-color: #0FA6FF;
}
.BgClassName
{
background-color: #0FA6FF;
}
</style>
border-color css
<style>
span { border-color: #0FA6FF; }
span { border-color: rgb(15,166,255); }
td.TdClassName
{
border-color: #0FA6FF;
}
.TagClassName
{
border-color: #0FA6FF;
}
</style>