Shades of Blue #1001ED
Tints of Blue #1001ED
RGB
CMYK
RGB Variations
Color information
#1001ED (or 0x1001ED) is known color: Blue. HEX triplet: 10, 01 and ED. RGB value is (16,1,237). Sum of RGB (Red+Green+Blue) = 16+1+237=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 237 (92.97% from 255 or 93.31% from 254); Max value from RGB is 237 - color contains mainly: blue. Hex color #1001ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1001ED is #EFFE12. Grayscale: #1F1F1F. Windows color (decimal): -15728147 or 15532304. OLE color: 15532304.
HSL color Cylindrical-coordinate representation of color #1001ED: hue angle of 243.81º 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 #1001ED is Cyan = 0.93, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 1 | 237 | - |
| CMYK | 0.93 | 1.00 | 0 | 0.07 |
| HSL | 243.81º | 0.99% | 0.47% | - |
| HSV(B) | 243.81º | 1% | 0.93% | - |
| XYZ | 15.51 | 6.25 | 80.51 | - |
| YUV | 32.39 | 243.47 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 237 | 0.93 | 1.00 | 0 | 0.07 | 243.81 | 0.99 | 0.47 |
| Hex | 10 | 1 | ED | 5D | 64 | 0 | 7 | F4 | 63 | 2F |
| Octal | 20 | 1 | 355 | 135 | 144 | 0 | 7 | 364 | 143 | 57 |
| Binary | 10000 | 1 | 11101101 | 1011101 | 1100100 | 0 | 111 | 11110100 | 1100011 | 101111 |
Color Harmonies of #1001ED
Complementary color
Monochromatic Colors of #1001ED
Black with #1001ED
Text Example
Text Example
White with #1001ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1001ED; }
p { color: rgb(16,1,237); }
H1.HeaderClassName
{
color: #1001ED;
}
.AnyTagClassName
{
color: #1001ED;
}
</style>
background-color css
<style>
a { background-color: #1001ED; }
a { background-color: rgb(16,1,237); }
div.DivClassName
{
background-color: #1001ED;
}
.BgClassName
{
background-color: #1001ED;
}
</style>
border-color css
<style>
span { border-color: #1001ED; }
span { border-color: rgb(16,1,237); }
td.TdClassName
{
border-color: #1001ED;
}
.TagClassName
{
border-color: #1001ED;
}
</style>