Shades of Blue #1302FD
Tints of Blue #1302FD
RGB
CMYK
RGB Variations
Color information
#1302FD (or 0x1302FD) is known color: Blue. HEX triplet: 13, 02 and FD. RGB value is (19,2,253). Sum of RGB (Red+Green+Blue) = 19+2+253=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 253 (99.22% from 255 or 92.34% from 274); Max value from RGB is 253 - color contains mainly: blue. Hex color #1302FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1302FD is #ECFD02. Grayscale: #222222. Windows color (decimal): -15531267 or 16581139. OLE color: 16581139.
HSL color Cylindrical-coordinate representation of color #1302FD: hue angle of 244.06º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1302FD is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 2 | 253 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.01 |
| HSL | 244.06º | 0.98% | 0.5% | - |
| HSV(B) | 244.06º | 0.99% | 0.99% | - |
| XYZ | 18.02 | 7.27 | 93.38 | - |
| YUV | 35.7 | 250.63 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 253 | 0.92 | 0.99 | 0 | 0.01 | 244.06 | 0.98 | 0.5 |
| Hex | 13 | 2 | FD | 5C | 63 | 0 | 1 | F4 | 62 | 32 |
| Octal | 23 | 2 | 375 | 134 | 143 | 0 | 1 | 364 | 142 | 62 |
| Binary | 10011 | 10 | 11111101 | 1011100 | 1100011 | 0 | 1 | 11110100 | 1100010 | 110010 |
Color Harmonies of #1302FD
Complementary color
Monochromatic Colors of #1302FD
Black with #1302FD
Text Example
Text Example
White with #1302FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1302FD; }
p { color: rgb(19,2,253); }
H1.HeaderClassName
{
color: #1302FD;
}
.AnyTagClassName
{
color: #1302FD;
}
</style>
background-color css
<style>
a { background-color: #1302FD; }
a { background-color: rgb(19,2,253); }
div.DivClassName
{
background-color: #1302FD;
}
.BgClassName
{
background-color: #1302FD;
}
</style>
border-color css
<style>
span { border-color: #1302FD; }
span { border-color: rgb(19,2,253); }
td.TdClassName
{
border-color: #1302FD;
}
.TagClassName
{
border-color: #1302FD;
}
</style>