Shades of Blue #1330F7
Tints of Blue #1330F7
RGB
CMYK
RGB Variations
Color information
#1330F7 (or 0x1330F7) is known color: Blue. HEX triplet: 13, 30 and F7. RGB value is (19,48,247). Sum of RGB (Red+Green+Blue) = 19+48+247=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 247 (96.88% from 255 or 78.66% from 314); Max value from RGB is 247 - color contains mainly: blue. Hex color #1330F7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1330F7 is #ECCF08. Grayscale: #3D3D3D. Windows color (decimal): -15519497 or 16199699. OLE color: 16199699.
HSL color Cylindrical-coordinate representation of color #1330F7: hue angle of 232.37º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1330F7 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 48 | 247 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.03 |
| HSL | 232.37º | 0.93% | 0.52% | - |
| HSV(B) | 232.37º | 0.92% | 0.97% | - |
| XYZ | 18.11 | 8.97 | 88.77 | - |
| YUV | 62.02 | 232.39 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 247 | 0.92 | 0.81 | 0 | 0.03 | 232.37 | 0.93 | 0.52 |
| Hex | 13 | 30 | F7 | 5C | 51 | 0 | 3 | E8 | 5D | 34 |
| Octal | 23 | 60 | 367 | 134 | 121 | 0 | 3 | 350 | 135 | 64 |
| Binary | 10011 | 110000 | 11110111 | 1011100 | 1010001 | 0 | 11 | 11101000 | 1011101 | 110100 |
Color Harmonies of #1330F7
Complementary color
Monochromatic Colors of #1330F7
Black with #1330F7
Text Example
Text Example
White with #1330F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1330F7; }
p { color: rgb(19,48,247); }
H1.HeaderClassName
{
color: #1330F7;
}
.AnyTagClassName
{
color: #1330F7;
}
</style>
background-color css
<style>
a { background-color: #1330F7; }
a { background-color: rgb(19,48,247); }
div.DivClassName
{
background-color: #1330F7;
}
.BgClassName
{
background-color: #1330F7;
}
</style>
border-color css
<style>
span { border-color: #1330F7; }
span { border-color: rgb(19,48,247); }
td.TdClassName
{
border-color: #1330F7;
}
.TagClassName
{
border-color: #1330F7;
}
</style>