Shades of Medium Blue #2414CF
Tints of Medium Blue #2414CF
RGB
CMYK
RGB Variations
Color information
#2414CF (or 0x2414CF) is known color: Medium Blue. HEX triplet: 24, 14 and CF. RGB value is (36,20,207). Sum of RGB (Red+Green+Blue) = 36+20+207=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 207 (81.25% from 255 or 78.71% from 263); Max value from RGB is 207 - color contains mainly: blue. Hex color #2414CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2414CF is #DBEB30. Grayscale: #2D2D2D. Windows color (decimal): -14412593 or 13571108. OLE color: 13571108.
HSL color Cylindrical-coordinate representation of color #2414CF: hue angle of 245.13º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2414CF is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 20 | 207 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.19 |
| HSL | 245.13º | 0.82% | 0.45% | - |
| HSV(B) | 245.13º | 0.9% | 0.81% | - |
| XYZ | 12.24 | 5.38 | 59.42 | - |
| YUV | 46.1 | 218.8 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 20 | 207 | 0.83 | 0.90 | 0 | 0.19 | 245.13 | 0.82 | 0.45 |
| Hex | 24 | 14 | CF | 53 | 5A | 0 | 13 | F5 | 52 | 2D |
| Octal | 44 | 24 | 317 | 123 | 132 | 0 | 23 | 365 | 122 | 55 |
| Binary | 100100 | 10100 | 11001111 | 1010011 | 1011010 | 0 | 10011 | 11110101 | 1010010 | 101101 |
Color Harmonies of #2414CF
Complementary color
Monochromatic Colors of #2414CF
Black with #2414CF
Text Example
Text Example
White with #2414CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2414CF; }
p { color: rgb(36,20,207); }
H1.HeaderClassName
{
color: #2414CF;
}
.AnyTagClassName
{
color: #2414CF;
}
</style>
background-color css
<style>
a { background-color: #2414CF; }
a { background-color: rgb(36,20,207); }
div.DivClassName
{
background-color: #2414CF;
}
.BgClassName
{
background-color: #2414CF;
}
</style>
border-color css
<style>
span { border-color: #2414CF; }
span { border-color: rgb(36,20,207); }
td.TdClassName
{
border-color: #2414CF;
}
.TagClassName
{
border-color: #2414CF;
}
</style>