Shades of Blue #1307FD
Tints of Blue #1307FD
RGB
CMYK
RGB Variations
Color information
#1307FD (or 0x1307FD) is known color: Blue. HEX triplet: 13, 07 and FD. RGB value is (19,7,253). Sum of RGB (Red+Green+Blue) = 19+7+253=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 253 (99.22% from 255 or 90.68% from 279); Max value from RGB is 253 - color contains mainly: blue. Hex color #1307FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1307FD is #ECF802. Grayscale: #252525. Windows color (decimal): -15529987 or 16582419. OLE color: 16582419.
HSL color Cylindrical-coordinate representation of color #1307FD: hue angle of 242.93º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1307FD is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 7 | 253 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.01 |
| HSL | 242.93º | 0.98% | 0.51% | - |
| HSV(B) | 242.93º | 0.97% | 0.99% | - |
| XYZ | 18.07 | 7.38 | 93.4 | - |
| YUV | 38.63 | 248.98 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 7 | 253 | 0.92 | 0.97 | 0 | 0.01 | 242.93 | 0.98 | 0.51 |
| Hex | 13 | 7 | FD | 5C | 61 | 0 | 1 | F3 | 62 | 33 |
| Octal | 23 | 7 | 375 | 134 | 141 | 0 | 1 | 363 | 142 | 63 |
| Binary | 10011 | 111 | 11111101 | 1011100 | 1100001 | 0 | 1 | 11110011 | 1100010 | 110011 |
Color Harmonies of #1307FD
Complementary color
Monochromatic Colors of #1307FD
Black with #1307FD
Text Example
Text Example
White with #1307FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1307FD; }
p { color: rgb(19,7,253); }
H1.HeaderClassName
{
color: #1307FD;
}
.AnyTagClassName
{
color: #1307FD;
}
</style>
background-color css
<style>
a { background-color: #1307FD; }
a { background-color: rgb(19,7,253); }
div.DivClassName
{
background-color: #1307FD;
}
.BgClassName
{
background-color: #1307FD;
}
</style>
border-color css
<style>
span { border-color: #1307FD; }
span { border-color: rgb(19,7,253); }
td.TdClassName
{
border-color: #1307FD;
}
.TagClassName
{
border-color: #1307FD;
}
</style>