Shades of Blue #1926EF
Tints of Blue #1926EF
RGB
CMYK
RGB Variations
Color information
#1926EF (or 0x1926EF) is known color: Blue. HEX triplet: 19, 26 and EF. RGB value is (25,38,239). Sum of RGB (Red+Green+Blue) = 25+38+239=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 239 (93.75% from 255 or 79.14% from 302); Max value from RGB is 239 - color contains mainly: blue. Hex color #1926EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1926EF is #E6D910. Grayscale: #383838. Windows color (decimal): -15128849 or 15672857. OLE color: 15672857.
HSL color Cylindrical-coordinate representation of color #1926EF: hue angle of 236.36º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1926EF is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 38 | 239 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.06 |
| HSL | 236.36º | 0.87% | 0.52% | - |
| HSV(B) | 236.36º | 0.9% | 0.94% | - |
| XYZ | 16.67 | 7.82 | 82.29 | - |
| YUV | 57.03 | 230.69 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 239 | 0.90 | 0.84 | 0 | 0.06 | 236.36 | 0.87 | 0.52 |
| Hex | 19 | 26 | EF | 5A | 54 | 0 | 6 | EC | 57 | 34 |
| Octal | 31 | 46 | 357 | 132 | 124 | 0 | 6 | 354 | 127 | 64 |
| Binary | 11001 | 100110 | 11101111 | 1011010 | 1010100 | 0 | 110 | 11101100 | 1010111 | 110100 |
Color Harmonies of #1926EF
Complementary color
Monochromatic Colors of #1926EF
Black with #1926EF
Text Example
Text Example
White with #1926EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1926EF; }
p { color: rgb(25,38,239); }
H1.HeaderClassName
{
color: #1926EF;
}
.AnyTagClassName
{
color: #1926EF;
}
</style>
background-color css
<style>
a { background-color: #1926EF; }
a { background-color: rgb(25,38,239); }
div.DivClassName
{
background-color: #1926EF;
}
.BgClassName
{
background-color: #1926EF;
}
</style>
border-color css
<style>
span { border-color: #1926EF; }
span { border-color: rgb(25,38,239); }
td.TdClassName
{
border-color: #1926EF;
}
.TagClassName
{
border-color: #1926EF;
}
</style>