Shades of Dodger Blue #0F69FE
Tints of Dodger Blue #0F69FE
RGB
CMYK
RGB Variations
Color information
#0F69FE (or 0x0F69FE) is known color: Dodger Blue. HEX triplet: 0F, 69 and FE. RGB value is (15,105,254). Sum of RGB (Red+Green+Blue) = 15+105+254=374 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.01% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #0F69FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F69FE is #F09601. Grayscale: #5E5E5E. Windows color (decimal): -15767042 or 16673039. OLE color: 16673039.
HSL color Cylindrical-coordinate representation of color #0F69FE: hue angle of 217.41º 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 #0F69FE is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 105 | 254 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.00 |
| HSL | 217.41º | 0.99% | 0.53% | - |
| HSV(B) | 217.41º | 0.94% | 1% | - |
| XYZ | 23.14 | 17.36 | 95.9 | - |
| YUV | 95.08 | 217.68 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 105 | 254 | 0.94 | 0.59 | 0 | 0.00 | 217.41 | 0.99 | 0.53 |
| Hex | F | 69 | FE | 5E | 3B | 0 | 0 | D9 | 63 | 35 |
| Octal | 17 | 151 | 376 | 136 | 73 | 0 | 0 | 331 | 143 | 65 |
| Binary | 1111 | 1101001 | 11111110 | 1011110 | 111011 | 0 | 0 | 11011001 | 1100011 | 110101 |
Color Harmonies of #0F69FE
Complementary color
Monochromatic Colors of #0F69FE
Black with #0F69FE
Text Example
Text Example
White with #0F69FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F69FE; }
p { color: rgb(15,105,254); }
H1.HeaderClassName
{
color: #0F69FE;
}
.AnyTagClassName
{
color: #0F69FE;
}
</style>
background-color css
<style>
a { background-color: #0F69FE; }
a { background-color: rgb(15,105,254); }
div.DivClassName
{
background-color: #0F69FE;
}
.BgClassName
{
background-color: #0F69FE;
}
</style>
border-color css
<style>
span { border-color: #0F69FE; }
span { border-color: rgb(15,105,254); }
td.TdClassName
{
border-color: #0F69FE;
}
.TagClassName
{
border-color: #0F69FE;
}
</style>