Shades of Blue #0F0BEE
Tints of Blue #0F0BEE
RGB
CMYK
RGB Variations
Color information
#0F0BEE (or 0x0F0BEE) is known color: Blue. HEX triplet: 0F, 0B and EE. RGB value is (15,11,238). Sum of RGB (Red+Green+Blue) = 15+11+238=264 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.68% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 238 (93.36% from 255 or 90.15% from 264); Max value from RGB is 238 - color contains mainly: blue. Hex color #0F0BEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F0BEE is #F0F411. Grayscale: #252525. Windows color (decimal): -15791122 or 15600399. OLE color: 15600399.
HSL color Cylindrical-coordinate representation of color #0F0BEE: hue angle of 241.06º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F0BEE is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 11 | 238 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.07 |
| HSL | 241.06º | 0.91% | 0.49% | - |
| HSV(B) | 241.06º | 0.95% | 0.93% | - |
| XYZ | 15.75 | 6.51 | 81.32 | - |
| YUV | 38.07 | 240.83 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 11 | 238 | 0.94 | 0.95 | 0 | 0.07 | 241.06 | 0.91 | 0.49 |
| Hex | F | B | EE | 5E | 5F | 0 | 7 | F1 | 5B | 31 |
| Octal | 17 | 13 | 356 | 136 | 137 | 0 | 7 | 361 | 133 | 61 |
| Binary | 1111 | 1011 | 11101110 | 1011110 | 1011111 | 0 | 111 | 11110001 | 1011011 | 110001 |
Color Harmonies of #0F0BEE
Complementary color
Monochromatic Colors of #0F0BEE
Black with #0F0BEE
Text Example
Text Example
White with #0F0BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0BEE; }
p { color: rgb(15,11,238); }
H1.HeaderClassName
{
color: #0F0BEE;
}
.AnyTagClassName
{
color: #0F0BEE;
}
</style>
background-color css
<style>
a { background-color: #0F0BEE; }
a { background-color: rgb(15,11,238); }
div.DivClassName
{
background-color: #0F0BEE;
}
.BgClassName
{
background-color: #0F0BEE;
}
</style>
border-color css
<style>
span { border-color: #0F0BEE; }
span { border-color: rgb(15,11,238); }
td.TdClassName
{
border-color: #0F0BEE;
}
.TagClassName
{
border-color: #0F0BEE;
}
</style>