Shades of Royal Blue #1952EF
Tints of Royal Blue #1952EF
RGB
CMYK
RGB Variations
Color information
#1952EF (or 0x1952EF) is known color: Royal Blue. HEX triplet: 19, 52 and EF. RGB value is (25,82,239). Sum of RGB (Red+Green+Blue) = 25+82+239=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 239 (93.75% from 255 or 69.08% from 346); Max value from RGB is 239 - color contains mainly: blue. Hex color #1952EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1952EF is #E6AD10. Grayscale: #525252. Windows color (decimal): -15117585 or 15684121. OLE color: 15684121.
HSL color Cylindrical-coordinate representation of color #1952EF: hue angle of 224.02º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1952EF is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 82 | 239 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.06 |
| HSL | 224.02º | 0.87% | 0.52% | - |
| HSV(B) | 224.02º | 0.9% | 0.94% | - |
| XYZ | 19 | 12.47 | 83.07 | - |
| YUV | 82.86 | 216.12 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 239 | 0.90 | 0.66 | 0 | 0.06 | 224.02 | 0.87 | 0.52 |
| Hex | 19 | 52 | EF | 5A | 42 | 0 | 6 | E0 | 57 | 34 |
| Octal | 31 | 122 | 357 | 132 | 102 | 0 | 6 | 340 | 127 | 64 |
| Binary | 11001 | 1010010 | 11101111 | 1011010 | 1000010 | 0 | 110 | 11100000 | 1010111 | 110100 |
Color Harmonies of #1952EF
Complementary color
Monochromatic Colors of #1952EF
Black with #1952EF
Text Example
Text Example
White with #1952EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1952EF; }
p { color: rgb(25,82,239); }
H1.HeaderClassName
{
color: #1952EF;
}
.AnyTagClassName
{
color: #1952EF;
}
</style>
background-color css
<style>
a { background-color: #1952EF; }
a { background-color: rgb(25,82,239); }
div.DivClassName
{
background-color: #1952EF;
}
.BgClassName
{
background-color: #1952EF;
}
</style>
border-color css
<style>
span { border-color: #1952EF; }
span { border-color: rgb(25,82,239); }
td.TdClassName
{
border-color: #1952EF;
}
.TagClassName
{
border-color: #1952EF;
}
</style>