Shades of Medium Blue #2401BD
Tints of Medium Blue #2401BD
RGB
CMYK
RGB Variations
Color information
#2401BD (or 0x2401BD) is known color: Medium Blue. HEX triplet: 24, 01 and BD. RGB value is (36,1,189). Sum of RGB (Red+Green+Blue) = 36+1+189=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 189 (74.22% from 255 or 83.63% from 226); Max value from RGB is 189 - color contains mainly: blue. Hex color #2401BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2401BD is #DBFE42. Grayscale: #202020. Windows color (decimal): -14417475 or 12386596. OLE color: 12386596.
HSL color Cylindrical-coordinate representation of color #2401BD: hue angle of 251.17º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2401BD is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 1 | 189 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.26 |
| HSL | 251.17º | 0.99% | 0.37% | - |
| HSV(B) | 251.17º | 0.99% | 0.74% | - |
| XYZ | 9.92 | 4.07 | 48.41 | - |
| YUV | 32.9 | 216.1 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 189 | 0.81 | 0.99 | 0 | 0.26 | 251.17 | 0.99 | 0.37 |
| Hex | 24 | 1 | BD | 51 | 63 | 0 | 1A | FB | 63 | 25 |
| Octal | 44 | 1 | 275 | 121 | 143 | 0 | 32 | 373 | 143 | 45 |
| Binary | 100100 | 1 | 10111101 | 1010001 | 1100011 | 0 | 11010 | 11111011 | 1100011 | 100101 |
Color Harmonies of #2401BD
Complementary color
Monochromatic Colors of #2401BD
Black with #2401BD
Text Example
Text Example
White with #2401BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2401BD; }
p { color: rgb(36,1,189); }
H1.HeaderClassName
{
color: #2401BD;
}
.AnyTagClassName
{
color: #2401BD;
}
</style>
background-color css
<style>
a { background-color: #2401BD; }
a { background-color: rgb(36,1,189); }
div.DivClassName
{
background-color: #2401BD;
}
.BgClassName
{
background-color: #2401BD;
}
</style>
border-color css
<style>
span { border-color: #2401BD; }
span { border-color: rgb(36,1,189); }
td.TdClassName
{
border-color: #2401BD;
}
.TagClassName
{
border-color: #2401BD;
}
</style>