Shades of Blue #1303FB
Tints of Blue #1303FB
RGB
CMYK
RGB Variations
Color information
#1303FB (or 0x1303FB) is known color: Blue. HEX triplet: 13, 03 and FB. RGB value is (19,3,251). Sum of RGB (Red+Green+Blue) = 19+3+251=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 251 (98.44% from 255 or 91.94% from 273); Max value from RGB is 251 - color contains mainly: blue. Hex color #1303FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1303FB is #ECFC04. Grayscale: #232323. Windows color (decimal): -15531013 or 16450323. OLE color: 16450323.
HSL color Cylindrical-coordinate representation of color #1303FB: hue angle of 243.87º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1303FB is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 3 | 251 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.02 |
| HSL | 243.87º | 0.98% | 0.5% | - |
| HSV(B) | 243.87º | 0.99% | 0.98% | - |
| XYZ | 17.71 | 7.17 | 91.72 | - |
| YUV | 36.06 | 249.3 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 251 | 0.92 | 0.99 | 0 | 0.02 | 243.87 | 0.98 | 0.5 |
| Hex | 13 | 3 | FB | 5C | 63 | 0 | 2 | F4 | 62 | 32 |
| Octal | 23 | 3 | 373 | 134 | 143 | 0 | 2 | 364 | 142 | 62 |
| Binary | 10011 | 11 | 11111011 | 1011100 | 1100011 | 0 | 10 | 11110100 | 1100010 | 110010 |
Color Harmonies of #1303FB
Complementary color
Monochromatic Colors of #1303FB
Black with #1303FB
Text Example
Text Example
White with #1303FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1303FB; }
p { color: rgb(19,3,251); }
H1.HeaderClassName
{
color: #1303FB;
}
.AnyTagClassName
{
color: #1303FB;
}
</style>
background-color css
<style>
a { background-color: #1303FB; }
a { background-color: rgb(19,3,251); }
div.DivClassName
{
background-color: #1303FB;
}
.BgClassName
{
background-color: #1303FB;
}
</style>
border-color css
<style>
span { border-color: #1303FB; }
span { border-color: rgb(19,3,251); }
td.TdClassName
{
border-color: #1303FB;
}
.TagClassName
{
border-color: #1303FB;
}
</style>