Shades of Blue #1323FE
Tints of Blue #1323FE
RGB
CMYK
RGB Variations
Color information
#1323FE (or 0x1323FE) is known color: Blue. HEX triplet: 13, 23 and FE. RGB value is (19,35,254). Sum of RGB (Red+Green+Blue) = 19+35+254=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 254 (99.61% from 255 or 82.47% from 308); Max value from RGB is 254 - color contains mainly: blue. Hex color #1323FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1323FE is #ECDC01. Grayscale: #363636. Windows color (decimal): -15522818 or 16655123. OLE color: 16655123.
HSL color Cylindrical-coordinate representation of color #1323FE: hue angle of 235.91º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1323FE is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 35 | 254 | - |
| CMYK | 0.93 | 0.86 | 0 | 0.00 |
| HSL | 235.91º | 0.99% | 0.54% | - |
| HSV(B) | 235.91º | 0.93% | 1% | - |
| XYZ | 18.76 | 8.5 | 94.42 | - |
| YUV | 55.18 | 240.2 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 254 | 0.93 | 0.86 | 0 | 0.00 | 235.91 | 0.99 | 0.54 |
| Hex | 13 | 23 | FE | 5D | 56 | 0 | 0 | EC | 63 | 36 |
| Octal | 23 | 43 | 376 | 135 | 126 | 0 | 0 | 354 | 143 | 66 |
| Binary | 10011 | 100011 | 11111110 | 1011101 | 1010110 | 0 | 0 | 11101100 | 1100011 | 110110 |
Color Harmonies of #1323FE
Complementary color
Monochromatic Colors of #1323FE
Black with #1323FE
Text Example
Text Example
White with #1323FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1323FE; }
p { color: rgb(19,35,254); }
H1.HeaderClassName
{
color: #1323FE;
}
.AnyTagClassName
{
color: #1323FE;
}
</style>
background-color css
<style>
a { background-color: #1323FE; }
a { background-color: rgb(19,35,254); }
div.DivClassName
{
background-color: #1323FE;
}
.BgClassName
{
background-color: #1323FE;
}
</style>
border-color css
<style>
span { border-color: #1323FE; }
span { border-color: rgb(19,35,254); }
td.TdClassName
{
border-color: #1323FE;
}
.TagClassName
{
border-color: #1323FE;
}
</style>