Shades of Blue #2319FE
Tints of Blue #2319FE
RGB
CMYK
RGB Variations
Color information
#2319FE (or 0x2319FE) is known color: Blue. HEX triplet: 23, 19 and FE. RGB value is (35,25,254). Sum of RGB (Red+Green+Blue) = 35+25+254=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 254 (99.61% from 255 or 80.89% from 314); Max value from RGB is 254 - color contains mainly: blue. Hex color #2319FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2319FE is #DCE601. Grayscale: #353535. Windows color (decimal): -14476802 or 16652579. OLE color: 16652579.
HSL color Cylindrical-coordinate representation of color #2319FE: hue angle of 242.62º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2319FE is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 25 | 254 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.00 |
| HSL | 242.62º | 0.99% | 0.55% | - |
| HSV(B) | 242.62º | 0.9% | 1% | - |
| XYZ | 18.93 | 8.21 | 94.35 | - |
| YUV | 54.1 | 240.81 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 254 | 0.86 | 0.90 | 0 | 0.00 | 242.62 | 0.99 | 0.55 |
| Hex | 23 | 19 | FE | 56 | 5A | 0 | 0 | F3 | 63 | 37 |
| Octal | 43 | 31 | 376 | 126 | 132 | 0 | 0 | 363 | 143 | 67 |
| Binary | 100011 | 11001 | 11111110 | 1010110 | 1011010 | 0 | 0 | 11110011 | 1100011 | 110111 |
Color Harmonies of #2319FE
Complementary color
Monochromatic Colors of #2319FE
Black with #2319FE
Text Example
Text Example
White with #2319FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2319FE; }
p { color: rgb(35,25,254); }
H1.HeaderClassName
{
color: #2319FE;
}
.AnyTagClassName
{
color: #2319FE;
}
</style>
background-color css
<style>
a { background-color: #2319FE; }
a { background-color: rgb(35,25,254); }
div.DivClassName
{
background-color: #2319FE;
}
.BgClassName
{
background-color: #2319FE;
}
</style>
border-color css
<style>
span { border-color: #2319FE; }
span { border-color: rgb(35,25,254); }
td.TdClassName
{
border-color: #2319FE;
}
.TagClassName
{
border-color: #2319FE;
}
</style>