Shades of Medium Blue #2614DF
Tints of Medium Blue #2614DF
RGB
CMYK
RGB Variations
Color information
#2614DF (or 0x2614DF) is known color: Medium Blue. HEX triplet: 26, 14 and DF. RGB value is (38,20,223). Sum of RGB (Red+Green+Blue) = 38+20+223=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 223 (87.5% from 255 or 79.36% from 281); Max value from RGB is 223 - color contains mainly: blue. Hex color #2614DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2614DF is #D9EB20. Grayscale: #2F2F2F. Windows color (decimal): -14281505 or 14619686. OLE color: 14619686.
HSL color Cylindrical-coordinate representation of color #2614DF: hue angle of 245.32º 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 #2614DF is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 20 | 223 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.13 |
| HSL | 245.32º | 0.84% | 0.48% | - |
| HSV(B) | 245.32º | 0.91% | 0.87% | - |
| XYZ | 14.37 | 6.24 | 70.26 | - |
| YUV | 48.52 | 226.46 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 20 | 223 | 0.83 | 0.91 | 0 | 0.13 | 245.32 | 0.84 | 0.48 |
| Hex | 26 | 14 | DF | 53 | 5B | 0 | D | F5 | 54 | 30 |
| Octal | 46 | 24 | 337 | 123 | 133 | 0 | 15 | 365 | 124 | 60 |
| Binary | 100110 | 10100 | 11011111 | 1010011 | 1011011 | 0 | 1101 | 11110101 | 1010100 | 110000 |
Color Harmonies of #2614DF
Complementary color
Monochromatic Colors of #2614DF
Black with #2614DF
Text Example
Text Example
White with #2614DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2614DF; }
p { color: rgb(38,20,223); }
H1.HeaderClassName
{
color: #2614DF;
}
.AnyTagClassName
{
color: #2614DF;
}
</style>
background-color css
<style>
a { background-color: #2614DF; }
a { background-color: rgb(38,20,223); }
div.DivClassName
{
background-color: #2614DF;
}
.BgClassName
{
background-color: #2614DF;
}
</style>
border-color css
<style>
span { border-color: #2614DF; }
span { border-color: rgb(38,20,223); }
td.TdClassName
{
border-color: #2614DF;
}
.TagClassName
{
border-color: #2614DF;
}
</style>