Shades of Medium Blue #2401BB
Tints of Medium Blue #2401BB
RGB
CMYK
RGB Variations
Color information
#2401BB (or 0x2401BB) is known color: Medium Blue. HEX triplet: 24, 01 and BB. RGB value is (36,1,187). Sum of RGB (Red+Green+Blue) = 36+1+187=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 187 (73.44% from 255 or 83.48% from 224); Max value from RGB is 187 - color contains mainly: blue. Hex color #2401BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2401BB is #DBFE44. Grayscale: #1F1F1F. Windows color (decimal): -14417477 or 12255524. OLE color: 12255524.
HSL color Cylindrical-coordinate representation of color #2401BB: hue angle of 251.29º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2401BB is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 1 | 187 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.27 |
| HSL | 251.29º | 0.99% | 0.37% | - |
| HSV(B) | 251.29º | 0.99% | 0.73% | - |
| XYZ | 9.71 | 3.98 | 47.27 | - |
| YUV | 32.67 | 215.1 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 187 | 0.81 | 0.99 | 0 | 0.27 | 251.29 | 0.99 | 0.37 |
| Hex | 24 | 1 | BB | 51 | 63 | 0 | 1B | FB | 63 | 25 |
| Octal | 44 | 1 | 273 | 121 | 143 | 0 | 33 | 373 | 143 | 45 |
| Binary | 100100 | 1 | 10111011 | 1010001 | 1100011 | 0 | 11011 | 11111011 | 1100011 | 100101 |
Color Harmonies of #2401BB
Complementary color
Monochromatic Colors of #2401BB
Black with #2401BB
Text Example
Text Example
White with #2401BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2401BB; }
p { color: rgb(36,1,187); }
H1.HeaderClassName
{
color: #2401BB;
}
.AnyTagClassName
{
color: #2401BB;
}
</style>
background-color css
<style>
a { background-color: #2401BB; }
a { background-color: rgb(36,1,187); }
div.DivClassName
{
background-color: #2401BB;
}
.BgClassName
{
background-color: #2401BB;
}
</style>
border-color css
<style>
span { border-color: #2401BB; }
span { border-color: rgb(36,1,187); }
td.TdClassName
{
border-color: #2401BB;
}
.TagClassName
{
border-color: #2401BB;
}
</style>