Shades of Medium Blue #2401DF
Tints of Medium Blue #2401DF
RGB
CMYK
RGB Variations
Color information
#2401DF (or 0x2401DF) is known color: Medium Blue. HEX triplet: 24, 01 and DF. RGB value is (36,1,223). Sum of RGB (Red+Green+Blue) = 36+1+223=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 223 (87.5% from 255 or 85.77% from 260); Max value from RGB is 223 - color contains mainly: blue. Hex color #2401DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2401DF is #DBFE20. Grayscale: #232323. Windows color (decimal): -14417441 or 14614820. OLE color: 14614820.
HSL color Cylindrical-coordinate representation of color #2401DF: hue angle of 249.46º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2401DF is Cyan = 0.84, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 1 | 223 | - |
| CMYK | 0.84 | 1.00 | 0 | 0.13 |
| HSL | 249.46º | 0.99% | 0.44% | - |
| HSV(B) | 249.46º | 1% | 0.87% | - |
| XYZ | 14.06 | 5.72 | 70.18 | - |
| YUV | 36.77 | 233.1 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 223 | 0.84 | 1.00 | 0 | 0.13 | 249.46 | 0.99 | 0.44 |
| Hex | 24 | 1 | DF | 54 | 64 | 0 | D | F9 | 63 | 2C |
| Octal | 44 | 1 | 337 | 124 | 144 | 0 | 15 | 371 | 143 | 54 |
| Binary | 100100 | 1 | 11011111 | 1010100 | 1100100 | 0 | 1101 | 11111001 | 1100011 | 101100 |
Color Harmonies of #2401DF
Complementary color
Monochromatic Colors of #2401DF
Black with #2401DF
Text Example
Text Example
White with #2401DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2401DF; }
p { color: rgb(36,1,223); }
H1.HeaderClassName
{
color: #2401DF;
}
.AnyTagClassName
{
color: #2401DF;
}
</style>
background-color css
<style>
a { background-color: #2401DF; }
a { background-color: rgb(36,1,223); }
div.DivClassName
{
background-color: #2401DF;
}
.BgClassName
{
background-color: #2401DF;
}
</style>
border-color css
<style>
span { border-color: #2401DF; }
span { border-color: rgb(36,1,223); }
td.TdClassName
{
border-color: #2401DF;
}
.TagClassName
{
border-color: #2401DF;
}
</style>