Shades of Royal Blue #1755FC
Tints of Royal Blue #1755FC
RGB
CMYK
RGB Variations
Color information
#1755FC (or 0x1755FC) is known color: Royal Blue. HEX triplet: 17, 55 and FC. RGB value is (23,85,252). Sum of RGB (Red+Green+Blue) = 23+85+252=360 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.39% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #1755FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1755FC is #E8AA03. Grayscale: #545454. Windows color (decimal): -15247876 or 16536855. OLE color: 16536855.
HSL color Cylindrical-coordinate representation of color #1755FC: hue angle of 223.76º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1755FC is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 85 | 252 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.01 |
| HSL | 223.76º | 0.97% | 0.54% | - |
| HSV(B) | 223.76º | 0.91% | 0.99% | - |
| XYZ | 21.17 | 13.71 | 93.63 | - |
| YUV | 85.5 | 221.96 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 85 | 252 | 0.91 | 0.66 | 0 | 0.01 | 223.76 | 0.97 | 0.54 |
| Hex | 17 | 55 | FC | 5B | 42 | 0 | 1 | E0 | 61 | 36 |
| Octal | 27 | 125 | 374 | 133 | 102 | 0 | 1 | 340 | 141 | 66 |
| Binary | 10111 | 1010101 | 11111100 | 1011011 | 1000010 | 0 | 1 | 11100000 | 1100001 | 110110 |
Color Harmonies of #1755FC
Complementary color
Monochromatic Colors of #1755FC
Black with #1755FC
Text Example
Text Example
White with #1755FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1755FC; }
p { color: rgb(23,85,252); }
H1.HeaderClassName
{
color: #1755FC;
}
.AnyTagClassName
{
color: #1755FC;
}
</style>
background-color css
<style>
a { background-color: #1755FC; }
a { background-color: rgb(23,85,252); }
div.DivClassName
{
background-color: #1755FC;
}
.BgClassName
{
background-color: #1755FC;
}
</style>
border-color css
<style>
span { border-color: #1755FC; }
span { border-color: rgb(23,85,252); }
td.TdClassName
{
border-color: #1755FC;
}
.TagClassName
{
border-color: #1755FC;
}
</style>