Shades of Medium Blue #2403DF
Tints of Medium Blue #2403DF
RGB
CMYK
RGB Variations
Color information
#2403DF (or 0x2403DF) is known color: Medium Blue. HEX triplet: 24, 03 and DF. RGB value is (36,3,223). Sum of RGB (Red+Green+Blue) = 36+3+223=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 223 (87.5% from 255 or 85.11% from 262); Max value from RGB is 223 - color contains mainly: blue. Hex color #2403DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2403DF is #DBFC20. Grayscale: #252525. Windows color (decimal): -14416929 or 14615332. OLE color: 14615332.
HSL color Cylindrical-coordinate representation of color #2403DF: hue angle of 249º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2403DF is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 3 | 223 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.13 |
| HSL | 249º | 0.97% | 0.44% | - |
| HSV(B) | 249º | 0.99% | 0.87% | - |
| XYZ | 14.08 | 5.77 | 70.18 | - |
| YUV | 37.95 | 232.43 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 3 | 223 | 0.84 | 0.99 | 0 | 0.13 | 249 | 0.97 | 0.44 |
| Hex | 24 | 3 | DF | 54 | 63 | 0 | D | F9 | 61 | 2C |
| Octal | 44 | 3 | 337 | 124 | 143 | 0 | 15 | 371 | 141 | 54 |
| Binary | 100100 | 11 | 11011111 | 1010100 | 1100011 | 0 | 1101 | 11111001 | 1100001 | 101100 |
Color Harmonies of #2403DF
Complementary color
Monochromatic Colors of #2403DF
Black with #2403DF
Text Example
Text Example
White with #2403DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2403DF; }
p { color: rgb(36,3,223); }
H1.HeaderClassName
{
color: #2403DF;
}
.AnyTagClassName
{
color: #2403DF;
}
</style>
background-color css
<style>
a { background-color: #2403DF; }
a { background-color: rgb(36,3,223); }
div.DivClassName
{
background-color: #2403DF;
}
.BgClassName
{
background-color: #2403DF;
}
</style>
border-color css
<style>
span { border-color: #2403DF; }
span { border-color: rgb(36,3,223); }
td.TdClassName
{
border-color: #2403DF;
}
.TagClassName
{
border-color: #2403DF;
}
</style>