Shades of Medium Blue #2314DF
Tints of Medium Blue #2314DF
RGB
CMYK
RGB Variations
Color information
#2314DF (or 0x2314DF) is known color: Medium Blue. HEX triplet: 23, 14 and DF. RGB value is (35,20,223). Sum of RGB (Red+Green+Blue) = 35+20+223=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 223 (87.5% from 255 or 80.22% from 278); Max value from RGB is 223 - color contains mainly: blue. Hex color #2314DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2314DF is #DCEB20. Grayscale: #2E2E2E. Windows color (decimal): -14478113 or 14619683. OLE color: 14619683.
HSL color Cylindrical-coordinate representation of color #2314DF: hue angle of 244.43º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2314DF is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 20 | 223 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.13 |
| HSL | 244.43º | 0.84% | 0.48% | - |
| HSV(B) | 244.43º | 0.91% | 0.87% | - |
| XYZ | 14.26 | 6.19 | 70.25 | - |
| YUV | 47.63 | 226.97 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 223 | 0.84 | 0.91 | 0 | 0.13 | 244.43 | 0.84 | 0.48 |
| Hex | 23 | 14 | DF | 54 | 5B | 0 | D | F4 | 54 | 30 |
| Octal | 43 | 24 | 337 | 124 | 133 | 0 | 15 | 364 | 124 | 60 |
| Binary | 100011 | 10100 | 11011111 | 1010100 | 1011011 | 0 | 1101 | 11110100 | 1010100 | 110000 |
Color Harmonies of #2314DF
Complementary color
Monochromatic Colors of #2314DF
Black with #2314DF
Text Example
Text Example
White with #2314DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2314DF; }
p { color: rgb(35,20,223); }
H1.HeaderClassName
{
color: #2314DF;
}
.AnyTagClassName
{
color: #2314DF;
}
</style>
background-color css
<style>
a { background-color: #2314DF; }
a { background-color: rgb(35,20,223); }
div.DivClassName
{
background-color: #2314DF;
}
.BgClassName
{
background-color: #2314DF;
}
</style>
border-color css
<style>
span { border-color: #2314DF; }
span { border-color: rgb(35,20,223); }
td.TdClassName
{
border-color: #2314DF;
}
.TagClassName
{
border-color: #2314DF;
}
</style>