Shades of Medium Blue #2614CC
Tints of Medium Blue #2614CC
RGB
CMYK
RGB Variations
Color information
#2614CC (or 0x2614CC) is known color: Medium Blue. HEX triplet: 26, 14 and CC. RGB value is (38,20,204). Sum of RGB (Red+Green+Blue) = 38+20+204=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 204 (80.08% from 255 or 77.86% from 262); Max value from RGB is 204 - color contains mainly: blue. Hex color #2614CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2614CC is #D9EB33. Grayscale: #2D2D2D. Windows color (decimal): -14281524 or 13374502. OLE color: 13374502.
HSL color Cylindrical-coordinate representation of color #2614CC: hue angle of 245.87º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2614CC is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 20 | 204 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.2 |
| HSL | 245.87º | 0.82% | 0.44% | - |
| HSV(B) | 245.87º | 0.9% | 0.8% | - |
| XYZ | 11.95 | 5.27 | 57.51 | - |
| YUV | 46.36 | 216.96 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 20 | 204 | 0.81 | 0.90 | 0 | 0.2 | 245.87 | 0.82 | 0.44 |
| Hex | 26 | 14 | CC | 51 | 5A | 0 | 14 | F6 | 52 | 2C |
| Octal | 46 | 24 | 314 | 121 | 132 | 0 | 24 | 366 | 122 | 54 |
| Binary | 100110 | 10100 | 11001100 | 1010001 | 1011010 | 0 | 10100 | 11110110 | 1010010 | 101100 |
Color Harmonies of #2614CC
Complementary color
Monochromatic Colors of #2614CC
Black with #2614CC
Text Example
Text Example
White with #2614CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2614CC; }
p { color: rgb(38,20,204); }
H1.HeaderClassName
{
color: #2614CC;
}
.AnyTagClassName
{
color: #2614CC;
}
</style>
background-color css
<style>
a { background-color: #2614CC; }
a { background-color: rgb(38,20,204); }
div.DivClassName
{
background-color: #2614CC;
}
.BgClassName
{
background-color: #2614CC;
}
</style>
border-color css
<style>
span { border-color: #2614CC; }
span { border-color: rgb(38,20,204); }
td.TdClassName
{
border-color: #2614CC;
}
.TagClassName
{
border-color: #2614CC;
}
</style>