Shades of Royal Blue #1352FE
Tints of Royal Blue #1352FE
RGB
CMYK
RGB Variations
Color information
#1352FE (or 0x1352FE) is known color: Royal Blue. HEX triplet: 13, 52 and FE. RGB value is (19,82,254). Sum of RGB (Red+Green+Blue) = 19+82+254=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 254 (99.61% from 255 or 71.55% from 355); Max value from RGB is 254 - color contains mainly: blue. Hex color #1352FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1352FE is #ECAD01. Grayscale: #525252. Windows color (decimal): -15510786 or 16667155. OLE color: 16667155.
HSL color Cylindrical-coordinate representation of color #1352FE: hue angle of 223.91º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1352FE is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 82 | 254 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.00 |
| HSL | 223.91º | 0.99% | 0.54% | - |
| HSV(B) | 223.91º | 0.93% | 1% | - |
| XYZ | 21.18 | 13.33 | 95.22 | - |
| YUV | 82.77 | 224.63 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 254 | 0.93 | 0.68 | 0 | 0.00 | 223.91 | 0.99 | 0.54 |
| Hex | 13 | 52 | FE | 5D | 44 | 0 | 0 | E0 | 63 | 36 |
| Octal | 23 | 122 | 376 | 135 | 104 | 0 | 0 | 340 | 143 | 66 |
| Binary | 10011 | 1010010 | 11111110 | 1011101 | 1000100 | 0 | 0 | 11100000 | 1100011 | 110110 |
Color Harmonies of #1352FE
Complementary color
Monochromatic Colors of #1352FE
Black with #1352FE
Text Example
Text Example
White with #1352FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1352FE; }
p { color: rgb(19,82,254); }
H1.HeaderClassName
{
color: #1352FE;
}
.AnyTagClassName
{
color: #1352FE;
}
</style>
background-color css
<style>
a { background-color: #1352FE; }
a { background-color: rgb(19,82,254); }
div.DivClassName
{
background-color: #1352FE;
}
.BgClassName
{
background-color: #1352FE;
}
</style>
border-color css
<style>
span { border-color: #1352FE; }
span { border-color: rgb(19,82,254); }
td.TdClassName
{
border-color: #1352FE;
}
.TagClassName
{
border-color: #1352FE;
}
</style>