Shades of Royal Blue #1752FE
Tints of Royal Blue #1752FE
RGB
CMYK
RGB Variations
Color information
#1752FE (or 0x1752FE) is known color: Royal Blue. HEX triplet: 17, 52 and FE. RGB value is (23,82,254). Sum of RGB (Red+Green+Blue) = 23+82+254=359 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.41% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #1752FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1752FE is #E8AD01. Grayscale: #535353. Windows color (decimal): -15248642 or 16667159. OLE color: 16667159.
HSL color Cylindrical-coordinate representation of color #1752FE: hue angle of 224.68º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1752FE is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 82 | 254 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.00 |
| HSL | 224.68º | 0.99% | 0.54% | - |
| HSV(B) | 224.68º | 0.91% | 1% | - |
| XYZ | 21.26 | 13.37 | 95.23 | - |
| YUV | 83.97 | 223.95 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 254 | 0.91 | 0.68 | 0 | 0.00 | 224.68 | 0.99 | 0.54 |
| Hex | 17 | 52 | FE | 5B | 44 | 0 | 0 | E1 | 63 | 36 |
| Octal | 27 | 122 | 376 | 133 | 104 | 0 | 0 | 341 | 143 | 66 |
| Binary | 10111 | 1010010 | 11111110 | 1011011 | 1000100 | 0 | 0 | 11100001 | 1100011 | 110110 |
Color Harmonies of #1752FE
Complementary color
Monochromatic Colors of #1752FE
Black with #1752FE
Text Example
Text Example
White with #1752FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1752FE; }
p { color: rgb(23,82,254); }
H1.HeaderClassName
{
color: #1752FE;
}
.AnyTagClassName
{
color: #1752FE;
}
</style>
background-color css
<style>
a { background-color: #1752FE; }
a { background-color: rgb(23,82,254); }
div.DivClassName
{
background-color: #1752FE;
}
.BgClassName
{
background-color: #1752FE;
}
</style>
border-color css
<style>
span { border-color: #1752FE; }
span { border-color: rgb(23,82,254); }
td.TdClassName
{
border-color: #1752FE;
}
.TagClassName
{
border-color: #1752FE;
}
</style>