Shades of Blue #010BEE
Tints of Blue #010BEE
RGB
CMYK
RGB Variations
Color information
#010BEE (or 0x010BEE) is known color: Blue. HEX triplet: 01, 0B and EE. RGB value is (1,11,238). Sum of RGB (Red+Green+Blue) = 1+11+238=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 238 (93.36% from 255 or 95.2% from 250); Max value from RGB is 238 - color contains mainly: blue. Hex color #010BEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010BEE is #FEF411. Grayscale: #202020. Windows color (decimal): -16708626 or 15600385. OLE color: 15600385.
HSL color Cylindrical-coordinate representation of color #010BEE: hue angle of 237.47º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010BEE is Cyan = 1.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 11 | 238 | - |
| CMYK | 1.00 | 0.95 | 0 | 0.07 |
| HSL | 237.47º | 0.99% | 0.47% | - |
| HSV(B) | 237.47º | 1% | 0.93% | - |
| XYZ | 15.56 | 6.42 | 81.31 | - |
| YUV | 33.89 | 243.19 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 238 | 1.00 | 0.95 | 0 | 0.07 | 237.47 | 0.99 | 0.47 |
| Hex | 1 | B | EE | 64 | 5F | 0 | 7 | ED | 63 | 2F |
| Octal | 1 | 13 | 356 | 144 | 137 | 0 | 7 | 355 | 143 | 57 |
| Binary | 1 | 1011 | 11101110 | 1100100 | 1011111 | 0 | 111 | 11101101 | 1100011 | 101111 |
Color Harmonies of #010BEE
Complementary color
Monochromatic Colors of #010BEE
Black with #010BEE
Text Example
Text Example
White with #010BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010BEE; }
p { color: rgb(1,11,238); }
H1.HeaderClassName
{
color: #010BEE;
}
.AnyTagClassName
{
color: #010BEE;
}
</style>
background-color css
<style>
a { background-color: #010BEE; }
a { background-color: rgb(1,11,238); }
div.DivClassName
{
background-color: #010BEE;
}
.BgClassName
{
background-color: #010BEE;
}
</style>
border-color css
<style>
span { border-color: #010BEE; }
span { border-color: rgb(1,11,238); }
td.TdClassName
{
border-color: #010BEE;
}
.TagClassName
{
border-color: #010BEE;
}
</style>