Shades of Medium Blue #2314BF
Tints of Medium Blue #2314BF
RGB
CMYK
RGB Variations
Color information
#2314BF (or 0x2314BF) is known color: Medium Blue. HEX triplet: 23, 14 and BF. RGB value is (35,20,191). Sum of RGB (Red+Green+Blue) = 35+20+191=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 191 (75% from 255 or 77.64% from 246); Max value from RGB is 191 - color contains mainly: blue. Hex color #2314BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2314BF is #DCEB40. Grayscale: #2B2B2B. Windows color (decimal): -14478145 or 12522531. OLE color: 12522531.
HSL color Cylindrical-coordinate representation of color #2314BF: hue angle of 245.26º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2314BF is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 20 | 191 | - |
| CMYK | 0.82 | 0.90 | 0 | 0.25 |
| HSL | 245.26º | 0.81% | 0.41% | - |
| HSV(B) | 245.26º | 0.9% | 0.75% | - |
| XYZ | 10.35 | 4.62 | 49.64 | - |
| YUV | 43.98 | 210.97 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 191 | 0.82 | 0.90 | 0 | 0.25 | 245.26 | 0.81 | 0.41 |
| Hex | 23 | 14 | BF | 52 | 5A | 0 | 19 | F5 | 51 | 29 |
| Octal | 43 | 24 | 277 | 122 | 132 | 0 | 31 | 365 | 121 | 51 |
| Binary | 100011 | 10100 | 10111111 | 1010010 | 1011010 | 0 | 11001 | 11110101 | 1010001 | 101001 |
Color Harmonies of #2314BF
Complementary color
Monochromatic Colors of #2314BF
Black with #2314BF
Text Example
Text Example
White with #2314BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2314BF; }
p { color: rgb(35,20,191); }
H1.HeaderClassName
{
color: #2314BF;
}
.AnyTagClassName
{
color: #2314BF;
}
</style>
background-color css
<style>
a { background-color: #2314BF; }
a { background-color: rgb(35,20,191); }
div.DivClassName
{
background-color: #2314BF;
}
.BgClassName
{
background-color: #2314BF;
}
</style>
border-color css
<style>
span { border-color: #2314BF; }
span { border-color: rgb(35,20,191); }
td.TdClassName
{
border-color: #2314BF;
}
.TagClassName
{
border-color: #2314BF;
}
</style>