Shades of Blue #2401EF
Tints of Blue #2401EF
RGB
CMYK
RGB Variations
Color information
#2401EF (or 0x2401EF) is known color: Blue. HEX triplet: 24, 01 and EF. RGB value is (36,1,239). Sum of RGB (Red+Green+Blue) = 36+1+239=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 239 (93.75% from 255 or 86.59% from 276); Max value from RGB is 239 - color contains mainly: blue. Hex color #2401EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2401EF is #DBFE10. Grayscale: #252525. Windows color (decimal): -14417425 or 15663396. OLE color: 15663396.
HSL color Cylindrical-coordinate representation of color #2401EF: hue angle of 248.82º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2401EF is Cyan = 0.85, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 1 | 239 | - |
| CMYK | 0.85 | 1.00 | 0 | 0.06 |
| HSL | 248.82º | 0.99% | 0.47% | - |
| HSV(B) | 248.82º | 1% | 0.94% | - |
| XYZ | 16.32 | 6.63 | 82.08 | - |
| YUV | 38.6 | 241.1 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 239 | 0.85 | 1.00 | 0 | 0.06 | 248.82 | 0.99 | 0.47 |
| Hex | 24 | 1 | EF | 55 | 64 | 0 | 6 | F9 | 63 | 2F |
| Octal | 44 | 1 | 357 | 125 | 144 | 0 | 6 | 371 | 143 | 57 |
| Binary | 100100 | 1 | 11101111 | 1010101 | 1100100 | 0 | 110 | 11111001 | 1100011 | 101111 |
Color Harmonies of #2401EF
Complementary color
Monochromatic Colors of #2401EF
Black with #2401EF
Text Example
Text Example
White with #2401EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2401EF; }
p { color: rgb(36,1,239); }
H1.HeaderClassName
{
color: #2401EF;
}
.AnyTagClassName
{
color: #2401EF;
}
</style>
background-color css
<style>
a { background-color: #2401EF; }
a { background-color: rgb(36,1,239); }
div.DivClassName
{
background-color: #2401EF;
}
.BgClassName
{
background-color: #2401EF;
}
</style>
border-color css
<style>
span { border-color: #2401EF; }
span { border-color: rgb(36,1,239); }
td.TdClassName
{
border-color: #2401EF;
}
.TagClassName
{
border-color: #2401EF;
}
</style>