Shades of Medium Blue #2314DB
Tints of Medium Blue #2314DB
RGB
CMYK
RGB Variations
Color information
#2314DB (or 0x2314DB) is known color: Medium Blue. HEX triplet: 23, 14 and DB. RGB value is (35,20,219). Sum of RGB (Red+Green+Blue) = 35+20+219=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 219 (85.94% from 255 or 79.93% from 274); Max value from RGB is 219 - color contains mainly: blue. Hex color #2314DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2314DB is #DCEB24. Grayscale: #2E2E2E. Windows color (decimal): -14478117 or 14357539. OLE color: 14357539.
HSL color Cylindrical-coordinate representation of color #2314DB: hue angle of 244.52º 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 #2314DB is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 20 | 219 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.14 |
| HSL | 244.52º | 0.83% | 0.47% | - |
| HSV(B) | 244.52º | 0.91% | 0.86% | - |
| XYZ | 13.73 | 5.97 | 67.45 | - |
| YUV | 47.17 | 224.97 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 219 | 0.84 | 0.91 | 0 | 0.14 | 244.52 | 0.83 | 0.47 |
| Hex | 23 | 14 | DB | 54 | 5B | 0 | E | F5 | 53 | 2F |
| Octal | 43 | 24 | 333 | 124 | 133 | 0 | 16 | 365 | 123 | 57 |
| Binary | 100011 | 10100 | 11011011 | 1010100 | 1011011 | 0 | 1110 | 11110101 | 1010011 | 101111 |
Color Harmonies of #2314DB
Complementary color
Monochromatic Colors of #2314DB
Black with #2314DB
Text Example
Text Example
White with #2314DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2314DB; }
p { color: rgb(35,20,219); }
H1.HeaderClassName
{
color: #2314DB;
}
.AnyTagClassName
{
color: #2314DB;
}
</style>
background-color css
<style>
a { background-color: #2314DB; }
a { background-color: rgb(35,20,219); }
div.DivClassName
{
background-color: #2314DB;
}
.BgClassName
{
background-color: #2314DB;
}
</style>
border-color css
<style>
span { border-color: #2314DB; }
span { border-color: rgb(35,20,219); }
td.TdClassName
{
border-color: #2314DB;
}
.TagClassName
{
border-color: #2314DB;
}
</style>