Shades of Dodger Blue #0F6BF3
Tints of Dodger Blue #0F6BF3
RGB
CMYK
RGB Variations
Color information
#0F6BF3 (or 0x0F6BF3) is known color: Dodger Blue. HEX triplet: 0F, 6B and F3. RGB value is (15,107,243). Sum of RGB (Red+Green+Blue) = 15+107+243=365 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.11% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 243 (95.31% from 255 or 66.58% from 365); Max value from RGB is 243 - color contains mainly: blue. Hex color #0F6BF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F6BF3 is #F0940C. Grayscale: #5E5E5E. Windows color (decimal): -15766541 or 15952655. OLE color: 15952655.
HSL color Cylindrical-coordinate representation of color #0F6BF3: hue angle of 215.79º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F6BF3 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 107 | 243 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.05 |
| HSL | 215.79º | 0.9% | 0.51% | - |
| HSV(B) | 215.79º | 0.94% | 0.95% | - |
| XYZ | 21.63 | 17.09 | 86.95 | - |
| YUV | 95 | 211.52 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 107 | 243 | 0.94 | 0.56 | 0 | 0.05 | 215.79 | 0.9 | 0.51 |
| Hex | F | 6B | F3 | 5E | 38 | 0 | 5 | D8 | 5A | 33 |
| Octal | 17 | 153 | 363 | 136 | 70 | 0 | 5 | 330 | 132 | 63 |
| Binary | 1111 | 1101011 | 11110011 | 1011110 | 111000 | 0 | 101 | 11011000 | 1011010 | 110011 |
Color Harmonies of #0F6BF3
Complementary color
Monochromatic Colors of #0F6BF3
Black with #0F6BF3
Text Example
Text Example
White with #0F6BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6BF3; }
p { color: rgb(15,107,243); }
H1.HeaderClassName
{
color: #0F6BF3;
}
.AnyTagClassName
{
color: #0F6BF3;
}
</style>
background-color css
<style>
a { background-color: #0F6BF3; }
a { background-color: rgb(15,107,243); }
div.DivClassName
{
background-color: #0F6BF3;
}
.BgClassName
{
background-color: #0F6BF3;
}
</style>
border-color css
<style>
span { border-color: #0F6BF3; }
span { border-color: rgb(15,107,243); }
td.TdClassName
{
border-color: #0F6BF3;
}
.TagClassName
{
border-color: #0F6BF3;
}
</style>