Shades of Blue #2403EA
Tints of Blue #2403EA
RGB
CMYK
RGB Variations
Color information
#2403EA (or 0x2403EA) is known color: Blue. HEX triplet: 24, 03 and EA. RGB value is (36,3,234). Sum of RGB (Red+Green+Blue) = 36+3+234=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 234 (91.80% from 255 or 85.71% from 273); Max value from RGB is 234 - color contains mainly: blue. Hex color #2403EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2403EA is #DBFC15. Grayscale: #262626. Windows color (decimal): -14416918 or 15336228. OLE color: 15336228.
HSL color Cylindrical-coordinate representation of color #2403EA: hue angle of 248.57º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2403EA is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 3 | 234 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.08 |
| HSL | 248.57º | 0.97% | 0.46% | - |
| HSV(B) | 248.57º | 0.99% | 0.92% | - |
| XYZ | 15.61 | 6.38 | 78.25 | - |
| YUV | 39.2 | 237.93 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 234 | 0.85 | 0.99 | 0 | 0.08 | 248.57 | 0.97 | 0.46 |
| Hex | 24 | 3 | EA | 55 | 63 | 0 | 8 | F9 | 61 | 2E |
| Octal | 44 | 3 | 352 | 125 | 143 | 0 | 10 | 371 | 141 | 56 |
| Binary | 100100 | 11 | 11101010 | 1010101 | 1100011 | 0 | 1000 | 11111001 | 1100001 | 101110 |
Color Harmonies of #2403EA
Complementary color
Monochromatic Colors of #2403EA
Black with #2403EA
Text Example
Text Example
White with #2403EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2403EA; }
p { color: rgb(36,3,234); }
H1.HeaderClassName
{
color: #2403EA;
}
.AnyTagClassName
{
color: #2403EA;
}
</style>
background-color css
<style>
a { background-color: #2403EA; }
a { background-color: rgb(36,3,234); }
div.DivClassName
{
background-color: #2403EA;
}
.BgClassName
{
background-color: #2403EA;
}
</style>
border-color css
<style>
span { border-color: #2403EA; }
span { border-color: rgb(36,3,234); }
td.TdClassName
{
border-color: #2403EA;
}
.TagClassName
{
border-color: #2403EA;
}
</style>