Shades of Medium Blue #2A0FD8
Tints of Medium Blue #2A0FD8
RGB
CMYK
RGB Variations
Color information
#2A0FD8 (or 0x2A0FD8) is known color: Medium Blue. HEX triplet: 2A, 0F and D8. RGB value is (42,15,216). Sum of RGB (Red+Green+Blue) = 42+15+216=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 216 (84.77% from 255 or 79.12% from 273); Max value from RGB is 216 - color contains mainly: blue. Hex color #2A0FD8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A0FD8 is #D5F027. Grayscale: #2D2D2D. Windows color (decimal): -14020648 or 14159658. OLE color: 14159658.
HSL color Cylindrical-coordinate representation of color #2A0FD8: hue angle of 248.06º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A0FD8 is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 15 | 216 | - |
| CMYK | 0.81 | 0.93 | 0 | 0.15 |
| HSL | 248.06º | 0.87% | 0.45% | - |
| HSV(B) | 248.06º | 0.93% | 0.85% | - |
| XYZ | 13.52 | 5.79 | 65.37 | - |
| YUV | 45.99 | 223.95 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 15 | 216 | 0.81 | 0.93 | 0 | 0.15 | 248.06 | 0.87 | 0.45 |
| Hex | 2A | F | D8 | 51 | 5D | 0 | F | F8 | 57 | 2D |
| Octal | 52 | 17 | 330 | 121 | 135 | 0 | 17 | 370 | 127 | 55 |
| Binary | 101010 | 1111 | 11011000 | 1010001 | 1011101 | 0 | 1111 | 11111000 | 1010111 | 101101 |
Color Harmonies of #2A0FD8
Complementary color
Monochromatic Colors of #2A0FD8
Black with #2A0FD8
Text Example
Text Example
White with #2A0FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0FD8; }
p { color: rgb(42,15,216); }
H1.HeaderClassName
{
color: #2A0FD8;
}
.AnyTagClassName
{
color: #2A0FD8;
}
</style>
background-color css
<style>
a { background-color: #2A0FD8; }
a { background-color: rgb(42,15,216); }
div.DivClassName
{
background-color: #2A0FD8;
}
.BgClassName
{
background-color: #2A0FD8;
}
</style>
border-color css
<style>
span { border-color: #2A0FD8; }
span { border-color: rgb(42,15,216); }
td.TdClassName
{
border-color: #2A0FD8;
}
.TagClassName
{
border-color: #2A0FD8;
}
</style>