Shades of Medium Blue #2314DC
Tints of Medium Blue #2314DC
RGB
CMYK
RGB Variations
Color information
#2314DC (or 0x2314DC) is known color: Medium Blue. HEX triplet: 23, 14 and DC. RGB value is (35,20,220). Sum of RGB (Red+Green+Blue) = 35+20+220=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 220 (86.33% from 255 or 80% from 275); Max value from RGB is 220 - color contains mainly: blue. Hex color #2314DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2314DC is #DCEB23. Grayscale: #2E2E2E. Windows color (decimal): -14478116 or 14423075. OLE color: 14423075.
HSL color Cylindrical-coordinate representation of color #2314DC: hue angle of 244.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2314DC is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 20 | 220 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.14 |
| HSL | 244.5º | 0.83% | 0.47% | - |
| HSV(B) | 244.5º | 0.91% | 0.86% | - |
| XYZ | 13.86 | 6.02 | 68.14 | - |
| YUV | 47.29 | 225.47 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 220 | 0.84 | 0.91 | 0 | 0.14 | 244.5 | 0.83 | 0.47 |
| Hex | 23 | 14 | DC | 54 | 5B | 0 | E | F4 | 53 | 2F |
| Octal | 43 | 24 | 334 | 124 | 133 | 0 | 16 | 364 | 123 | 57 |
| Binary | 100011 | 10100 | 11011100 | 1010100 | 1011011 | 0 | 1110 | 11110100 | 1010011 | 101111 |
Color Harmonies of #2314DC
Complementary color
Monochromatic Colors of #2314DC
Black with #2314DC
Text Example
Text Example
White with #2314DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2314DC; }
p { color: rgb(35,20,220); }
H1.HeaderClassName
{
color: #2314DC;
}
.AnyTagClassName
{
color: #2314DC;
}
</style>
background-color css
<style>
a { background-color: #2314DC; }
a { background-color: rgb(35,20,220); }
div.DivClassName
{
background-color: #2314DC;
}
.BgClassName
{
background-color: #2314DC;
}
</style>
border-color css
<style>
span { border-color: #2314DC; }
span { border-color: rgb(35,20,220); }
td.TdClassName
{
border-color: #2314DC;
}
.TagClassName
{
border-color: #2314DC;
}
</style>