Shades of Dodger Blue #0FA1FE
Tints of Dodger Blue #0FA1FE
RGB
CMYK
RGB Variations
Color information
#0FA1FE (or 0x0FA1FE) is known color: Dodger Blue. HEX triplet: 0F, A1 and FE. RGB value is (15,161,254). Sum of RGB (Red+Green+Blue) = 15+161+254=430 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.49% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #0FA1FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FA1FE is #F05E01. Grayscale: #7F7F7F. Windows color (decimal): -15752706 or 16687375. OLE color: 16687375.
HSL color Cylindrical-coordinate representation of color #0FA1FE: hue angle of 203.35º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FA1FE is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 161 | 254 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.00 |
| HSL | 203.35º | 0.99% | 0.53% | - |
| HSV(B) | 203.35º | 0.94% | 1% | - |
| XYZ | 30.83 | 32.75 | 98.46 | - |
| YUV | 127.95 | 199.13 | 47.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 254 | 0.94 | 0.37 | 0 | 0.00 | 203.35 | 0.99 | 0.53 |
| Hex | F | A1 | FE | 5E | 25 | 0 | 0 | CB | 63 | 35 |
| Octal | 17 | 241 | 376 | 136 | 45 | 0 | 0 | 313 | 143 | 65 |
| Binary | 1111 | 10100001 | 11111110 | 1011110 | 100101 | 0 | 0 | 11001011 | 1100011 | 110101 |
Color Harmonies of #0FA1FE
Complementary color
Monochromatic Colors of #0FA1FE
Black with #0FA1FE
Text Example
Text Example
White with #0FA1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA1FE; }
p { color: rgb(15,161,254); }
H1.HeaderClassName
{
color: #0FA1FE;
}
.AnyTagClassName
{
color: #0FA1FE;
}
</style>
background-color css
<style>
a { background-color: #0FA1FE; }
a { background-color: rgb(15,161,254); }
div.DivClassName
{
background-color: #0FA1FE;
}
.BgClassName
{
background-color: #0FA1FE;
}
</style>
border-color css
<style>
span { border-color: #0FA1FE; }
span { border-color: rgb(15,161,254); }
td.TdClassName
{
border-color: #0FA1FE;
}
.TagClassName
{
border-color: #0FA1FE;
}
</style>