Shades of Blue #2613EF
Tints of Blue #2613EF
RGB
CMYK
RGB Variations
Color information
#2613EF (or 0x2613EF) is known color: Blue. HEX triplet: 26, 13 and EF. RGB value is (38,19,239). Sum of RGB (Red+Green+Blue) = 38+19+239=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 239 (93.75% from 255 or 80.74% from 296); Max value from RGB is 239 - color contains mainly: blue. Hex color #2613EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2613EF is #D9EC10. Grayscale: #303030. Windows color (decimal): -14281745 or 15668006. OLE color: 15668006.
HSL color Cylindrical-coordinate representation of color #2613EF: hue angle of 245.18º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2613EF is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 19 | 239 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.06 |
| HSL | 245.18º | 0.87% | 0.51% | - |
| HSV(B) | 245.18º | 0.92% | 0.94% | - |
| XYZ | 16.61 | 7.11 | 82.16 | - |
| YUV | 49.76 | 234.79 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 19 | 239 | 0.84 | 0.92 | 0 | 0.06 | 245.18 | 0.87 | 0.51 |
| Hex | 26 | 13 | EF | 54 | 5C | 0 | 6 | F5 | 57 | 33 |
| Octal | 46 | 23 | 357 | 124 | 134 | 0 | 6 | 365 | 127 | 63 |
| Binary | 100110 | 10011 | 11101111 | 1010100 | 1011100 | 0 | 110 | 11110101 | 1010111 | 110011 |
Color Harmonies of #2613EF
Complementary color
Monochromatic Colors of #2613EF
Black with #2613EF
Text Example
Text Example
White with #2613EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2613EF; }
p { color: rgb(38,19,239); }
H1.HeaderClassName
{
color: #2613EF;
}
.AnyTagClassName
{
color: #2613EF;
}
</style>
background-color css
<style>
a { background-color: #2613EF; }
a { background-color: rgb(38,19,239); }
div.DivClassName
{
background-color: #2613EF;
}
.BgClassName
{
background-color: #2613EF;
}
</style>
border-color css
<style>
span { border-color: #2613EF; }
span { border-color: rgb(38,19,239); }
td.TdClassName
{
border-color: #2613EF;
}
.TagClassName
{
border-color: #2613EF;
}
</style>