Shades of Blue #2319FC
Tints of Blue #2319FC
RGB
CMYK
RGB Variations
Color information
#2319FC (or 0x2319FC) is known color: Blue. HEX triplet: 23, 19 and FC. RGB value is (35,25,252). Sum of RGB (Red+Green+Blue) = 35+25+252=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 252 (98.83% from 255 or 80.77% from 312); Max value from RGB is 252 - color contains mainly: blue. Hex color #2319FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2319FC is #DCE603. Grayscale: #343434. Windows color (decimal): -14476804 or 16521507. OLE color: 16521507.
HSL color Cylindrical-coordinate representation of color #2319FC: hue angle of 242.64º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2319FC is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 25 | 252 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.01 |
| HSL | 242.64º | 0.97% | 0.54% | - |
| HSV(B) | 242.64º | 0.9% | 0.99% | - |
| XYZ | 18.61 | 8.08 | 92.67 | - |
| YUV | 53.87 | 239.81 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 252 | 0.86 | 0.90 | 0 | 0.01 | 242.64 | 0.97 | 0.54 |
| Hex | 23 | 19 | FC | 56 | 5A | 0 | 1 | F3 | 61 | 36 |
| Octal | 43 | 31 | 374 | 126 | 132 | 0 | 1 | 363 | 141 | 66 |
| Binary | 100011 | 11001 | 11111100 | 1010110 | 1011010 | 0 | 1 | 11110011 | 1100001 | 110110 |
Color Harmonies of #2319FC
Complementary color
Monochromatic Colors of #2319FC
Black with #2319FC
Text Example
Text Example
White with #2319FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2319FC; }
p { color: rgb(35,25,252); }
H1.HeaderClassName
{
color: #2319FC;
}
.AnyTagClassName
{
color: #2319FC;
}
</style>
background-color css
<style>
a { background-color: #2319FC; }
a { background-color: rgb(35,25,252); }
div.DivClassName
{
background-color: #2319FC;
}
.BgClassName
{
background-color: #2319FC;
}
</style>
border-color css
<style>
span { border-color: #2319FC; }
span { border-color: rgb(35,25,252); }
td.TdClassName
{
border-color: #2319FC;
}
.TagClassName
{
border-color: #2319FC;
}
</style>