Shades of Medium Blue #0A21CF
Tints of Medium Blue #0A21CF
RGB
CMYK
RGB Variations
Color information
#0A21CF (or 0x0A21CF) is known color: Medium Blue. HEX triplet: 0A, 21 and CF. RGB value is (10,33,207). Sum of RGB (Red+Green+Blue) = 10+33+207=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 207 (81.25% from 255 or 82.8% from 250); Max value from RGB is 207 - color contains mainly: blue. Hex color #0A21CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A21CF is #F5DE30. Grayscale: #2D2D2D. Windows color (decimal): -16113201 or 13574410. OLE color: 13574410.
HSL color Cylindrical-coordinate representation of color #0A21CF: hue angle of 232.99º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A21CF is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 33 | 207 | - |
| CMYK | 0.95 | 0.84 | 0 | 0.19 |
| HSL | 232.99º | 0.91% | 0.43% | - |
| HSV(B) | 232.99º | 0.95% | 0.81% | - |
| XYZ | 11.93 | 5.66 | 59.49 | - |
| YUV | 45.96 | 218.88 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 33 | 207 | 0.95 | 0.84 | 0 | 0.19 | 232.99 | 0.91 | 0.43 |
| Hex | A | 21 | CF | 5F | 54 | 0 | 13 | E9 | 5B | 2B |
| Octal | 12 | 41 | 317 | 137 | 124 | 0 | 23 | 351 | 133 | 53 |
| Binary | 1010 | 100001 | 11001111 | 1011111 | 1010100 | 0 | 10011 | 11101001 | 1011011 | 101011 |
Color Harmonies of #0A21CF
Complementary color
Monochromatic Colors of #0A21CF
Black with #0A21CF
Text Example
Text Example
White with #0A21CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A21CF; }
p { color: rgb(10,33,207); }
H1.HeaderClassName
{
color: #0A21CF;
}
.AnyTagClassName
{
color: #0A21CF;
}
</style>
background-color css
<style>
a { background-color: #0A21CF; }
a { background-color: rgb(10,33,207); }
div.DivClassName
{
background-color: #0A21CF;
}
.BgClassName
{
background-color: #0A21CF;
}
</style>
border-color css
<style>
span { border-color: #0A21CF; }
span { border-color: rgb(10,33,207); }
td.TdClassName
{
border-color: #0A21CF;
}
.TagClassName
{
border-color: #0A21CF;
}
</style>