Shades of Royal Blue #1952FF
Tints of Royal Blue #1952FF
RGB
CMYK
RGB Variations
Color information
#1952FF (or 0x1952FF) is known color: Royal Blue. HEX triplet: 19, 52 and FF. RGB value is (25,82,255). Sum of RGB (Red+Green+Blue) = 25+82+255=362 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.91% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #1952FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1952FF is #E6AD00. Grayscale: #535353. Windows color (decimal): -15117569 or 16732697. OLE color: 16732697.
HSL color Cylindrical-coordinate representation of color #1952FF: hue angle of 225.13º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1952FF is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 82 | 255 | - |
| CMYK | 0.90 | 0.68 | 0 | 0 |
| HSL | 225.13º | 1% | 0.55% | - |
| HSV(B) | 225.13º | 0.9% | 1% | - |
| XYZ | 21.47 | 13.46 | 96.07 | - |
| YUV | 84.68 | 224.12 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 255 | 0.90 | 0.68 | 0 | 0 | 225.13 | 1 | 0.55 |
| Hex | 19 | 52 | FF | 5A | 44 | 0 | 0 | E1 | 64 | 37 |
| Octal | 31 | 122 | 377 | 132 | 104 | 0 | 0 | 341 | 144 | 67 |
| Binary | 11001 | 1010010 | 11111111 | 1011010 | 1000100 | 0 | 0 | 11100001 | 1100100 | 110111 |
Color Harmonies of #1952FF
Complementary color
Monochromatic Colors of #1952FF
Black with #1952FF
Text Example
Text Example
White with #1952FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1952FF; }
p { color: rgb(25,82,255); }
H1.HeaderClassName
{
color: #1952FF;
}
.AnyTagClassName
{
color: #1952FF;
}
</style>
background-color css
<style>
a { background-color: #1952FF; }
a { background-color: rgb(25,82,255); }
div.DivClassName
{
background-color: #1952FF;
}
.BgClassName
{
background-color: #1952FF;
}
</style>
border-color css
<style>
span { border-color: #1952FF; }
span { border-color: rgb(25,82,255); }
td.TdClassName
{
border-color: #1952FF;
}
.TagClassName
{
border-color: #1952FF;
}
</style>