Shades of Blue #1302FE
Tints of Blue #1302FE
RGB
CMYK
RGB Variations
Color information
#1302FE (or 0x1302FE) is known color: Blue. HEX triplet: 13, 02 and FE. RGB value is (19,2,254). Sum of RGB (Red+Green+Blue) = 19+2+254=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 254 (99.61% from 255 or 92.36% from 275); Max value from RGB is 254 - color contains mainly: blue. Hex color #1302FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1302FE is #ECFD01. Grayscale: #222222. Windows color (decimal): -15531266 or 16646675. OLE color: 16646675.
HSL color Cylindrical-coordinate representation of color #1302FE: hue angle of 244.05º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1302FE is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 2 | 254 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.00 |
| HSL | 244.05º | 0.99% | 0.5% | - |
| HSV(B) | 244.05º | 0.99% | 1% | - |
| XYZ | 18.18 | 7.34 | 94.22 | - |
| YUV | 35.81 | 251.13 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 254 | 0.93 | 0.99 | 0 | 0.00 | 244.05 | 0.99 | 0.5 |
| Hex | 13 | 2 | FE | 5D | 63 | 0 | 0 | F4 | 63 | 32 |
| Octal | 23 | 2 | 376 | 135 | 143 | 0 | 0 | 364 | 143 | 62 |
| Binary | 10011 | 10 | 11111110 | 1011101 | 1100011 | 0 | 0 | 11110100 | 1100011 | 110010 |
Color Harmonies of #1302FE
Complementary color
Monochromatic Colors of #1302FE
Black with #1302FE
Text Example
Text Example
White with #1302FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1302FE; }
p { color: rgb(19,2,254); }
H1.HeaderClassName
{
color: #1302FE;
}
.AnyTagClassName
{
color: #1302FE;
}
</style>
background-color css
<style>
a { background-color: #1302FE; }
a { background-color: rgb(19,2,254); }
div.DivClassName
{
background-color: #1302FE;
}
.BgClassName
{
background-color: #1302FE;
}
</style>
border-color css
<style>
span { border-color: #1302FE; }
span { border-color: rgb(19,2,254); }
td.TdClassName
{
border-color: #1302FE;
}
.TagClassName
{
border-color: #1302FE;
}
</style>