Shades of Blue #2403EF
Tints of Blue #2403EF
RGB
CMYK
RGB Variations
Color information
#2403EF (or 0x2403EF) is known color: Blue. HEX triplet: 24, 03 and EF. RGB value is (36,3,239). Sum of RGB (Red+Green+Blue) = 36+3+239=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 239 (93.75% from 255 or 85.97% from 278); Max value from RGB is 239 - color contains mainly: blue. Hex color #2403EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2403EF is #DBFC10. Grayscale: #262626. Windows color (decimal): -14416913 or 15663908. OLE color: 15663908.
HSL color Cylindrical-coordinate representation of color #2403EF: hue angle of 248.39º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2403EF is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 3 | 239 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.06 |
| HSL | 248.39º | 0.98% | 0.47% | - |
| HSV(B) | 248.39º | 0.99% | 0.94% | - |
| XYZ | 16.34 | 6.67 | 82.09 | - |
| YUV | 39.77 | 240.43 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 239 | 0.85 | 0.99 | 0 | 0.06 | 248.39 | 0.98 | 0.47 |
| Hex | 24 | 3 | EF | 55 | 63 | 0 | 6 | F8 | 62 | 2F |
| Octal | 44 | 3 | 357 | 125 | 143 | 0 | 6 | 370 | 142 | 57 |
| Binary | 100100 | 11 | 11101111 | 1010101 | 1100011 | 0 | 110 | 11111000 | 1100010 | 101111 |
Color Harmonies of #2403EF
Complementary color
Monochromatic Colors of #2403EF
Black with #2403EF
Text Example
Text Example
White with #2403EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2403EF; }
p { color: rgb(36,3,239); }
H1.HeaderClassName
{
color: #2403EF;
}
.AnyTagClassName
{
color: #2403EF;
}
</style>
background-color css
<style>
a { background-color: #2403EF; }
a { background-color: rgb(36,3,239); }
div.DivClassName
{
background-color: #2403EF;
}
.BgClassName
{
background-color: #2403EF;
}
</style>
border-color css
<style>
span { border-color: #2403EF; }
span { border-color: rgb(36,3,239); }
td.TdClassName
{
border-color: #2403EF;
}
.TagClassName
{
border-color: #2403EF;
}
</style>