Shades of Blue #021BED
Tints of Blue #021BED
RGB
CMYK
RGB Variations
Color information
#021BED (or 0x021BED) is known color: Blue. HEX triplet: 02, 1B and ED. RGB value is (2,27,237). Sum of RGB (Red+Green+Blue) = 2+27+237=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 237 (92.97% from 255 or 89.10% from 266); Max value from RGB is 237 - color contains mainly: blue. Hex color #021BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021BED is #FDE412. Grayscale: #2A2A2A. Windows color (decimal): -16638995 or 15538946. OLE color: 15538946.
HSL color Cylindrical-coordinate representation of color #021BED: hue angle of 233.62º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021BED is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 27 | 237 | - |
| CMYK | 0.99 | 0.89 | 0 | 0.07 |
| HSL | 233.62º | 0.98% | 0.47% | - |
| HSV(B) | 233.62º | 0.99% | 0.93% | - |
| XYZ | 15.7 | 6.91 | 80.63 | - |
| YUV | 43.47 | 237.22 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 237 | 0.99 | 0.89 | 0 | 0.07 | 233.62 | 0.98 | 0.47 |
| Hex | 2 | 1B | ED | 63 | 59 | 0 | 7 | EA | 62 | 2F |
| Octal | 2 | 33 | 355 | 143 | 131 | 0 | 7 | 352 | 142 | 57 |
| Binary | 10 | 11011 | 11101101 | 1100011 | 1011001 | 0 | 111 | 11101010 | 1100010 | 101111 |
Color Harmonies of #021BED
Complementary color
Monochromatic Colors of #021BED
Black with #021BED
Text Example
Text Example
White with #021BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021BED; }
p { color: rgb(2,27,237); }
H1.HeaderClassName
{
color: #021BED;
}
.AnyTagClassName
{
color: #021BED;
}
</style>
background-color css
<style>
a { background-color: #021BED; }
a { background-color: rgb(2,27,237); }
div.DivClassName
{
background-color: #021BED;
}
.BgClassName
{
background-color: #021BED;
}
</style>
border-color css
<style>
span { border-color: #021BED; }
span { border-color: rgb(2,27,237); }
td.TdClassName
{
border-color: #021BED;
}
.TagClassName
{
border-color: #021BED;
}
</style>