Shades of Blue #2403ED
Tints of Blue #2403ED
RGB
CMYK
RGB Variations
Color information
#2403ED (or 0x2403ED) is known color: Blue. HEX triplet: 24, 03 and ED. RGB value is (36,3,237). Sum of RGB (Red+Green+Blue) = 36+3+237=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 237 (92.97% from 255 or 85.87% from 276); Max value from RGB is 237 - color contains mainly: blue. Hex color #2403ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2403ED is #DBFC12. Grayscale: #262626. Windows color (decimal): -14416915 or 15532836. OLE color: 15532836.
HSL color Cylindrical-coordinate representation of color #2403ED: hue angle of 248.46º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2403ED is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 3 | 237 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.07 |
| HSL | 248.46º | 0.98% | 0.47% | - |
| HSV(B) | 248.46º | 0.99% | 0.93% | - |
| XYZ | 16.05 | 6.55 | 80.54 | - |
| YUV | 39.54 | 239.43 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 237 | 0.85 | 0.99 | 0 | 0.07 | 248.46 | 0.98 | 0.47 |
| Hex | 24 | 3 | ED | 55 | 63 | 0 | 7 | F8 | 62 | 2F |
| Octal | 44 | 3 | 355 | 125 | 143 | 0 | 7 | 370 | 142 | 57 |
| Binary | 100100 | 11 | 11101101 | 1010101 | 1100011 | 0 | 111 | 11111000 | 1100010 | 101111 |
Color Harmonies of #2403ED
Complementary color
Monochromatic Colors of #2403ED
Black with #2403ED
Text Example
Text Example
White with #2403ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2403ED; }
p { color: rgb(36,3,237); }
H1.HeaderClassName
{
color: #2403ED;
}
.AnyTagClassName
{
color: #2403ED;
}
</style>
background-color css
<style>
a { background-color: #2403ED; }
a { background-color: rgb(36,3,237); }
div.DivClassName
{
background-color: #2403ED;
}
.BgClassName
{
background-color: #2403ED;
}
</style>
border-color css
<style>
span { border-color: #2403ED; }
span { border-color: rgb(36,3,237); }
td.TdClassName
{
border-color: #2403ED;
}
.TagClassName
{
border-color: #2403ED;
}
</style>