Shades of Blue #0621ED
Tints of Blue #0621ED
RGB
CMYK
RGB Variations
Color information
#0621ED (or 0x0621ED) is known color: Blue. HEX triplet: 06, 21 and ED. RGB value is (6,33,237). Sum of RGB (Red+Green+Blue) = 6+33+237=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 237 (92.97% from 255 or 85.87% from 276); Max value from RGB is 237 - color contains mainly: blue. Hex color #0621ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0621ED is #F9DE12. Grayscale: #2F2F2F. Windows color (decimal): -16375315 or 15540486. OLE color: 15540486.
HSL color Cylindrical-coordinate representation of color #0621ED: hue angle of 232.99º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0621ED is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 33 | 237 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.07 |
| HSL | 232.99º | 0.95% | 0.48% | - |
| HSV(B) | 232.99º | 0.97% | 0.93% | - |
| XYZ | 15.91 | 7.24 | 80.68 | - |
| YUV | 48.18 | 234.55 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 237 | 0.97 | 0.86 | 0 | 0.07 | 232.99 | 0.95 | 0.48 |
| Hex | 6 | 21 | ED | 61 | 56 | 0 | 7 | E9 | 5F | 30 |
| Octal | 6 | 41 | 355 | 141 | 126 | 0 | 7 | 351 | 137 | 60 |
| Binary | 110 | 100001 | 11101101 | 1100001 | 1010110 | 0 | 111 | 11101001 | 1011111 | 110000 |
Color Harmonies of #0621ED
Complementary color
Monochromatic Colors of #0621ED
Black with #0621ED
Text Example
Text Example
White with #0621ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0621ED; }
p { color: rgb(6,33,237); }
H1.HeaderClassName
{
color: #0621ED;
}
.AnyTagClassName
{
color: #0621ED;
}
</style>
background-color css
<style>
a { background-color: #0621ED; }
a { background-color: rgb(6,33,237); }
div.DivClassName
{
background-color: #0621ED;
}
.BgClassName
{
background-color: #0621ED;
}
</style>
border-color css
<style>
span { border-color: #0621ED; }
span { border-color: rgb(6,33,237); }
td.TdClassName
{
border-color: #0621ED;
}
.TagClassName
{
border-color: #0621ED;
}
</style>