Shades of Royal Blue #295CFC
Tints of Royal Blue #295CFC
RGB
CMYK
RGB Variations
Color information
#295CFC (or 0x295CFC) is known color: Royal Blue. HEX triplet: 29, 5C and FC. RGB value is (41,92,252). Sum of RGB (Red+Green+Blue) = 41+92+252=385 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.65% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #295CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295CFC is #D6A303. Grayscale: #5E5E5E. Windows color (decimal): -14066436 or 16538665. OLE color: 16538665.
HSL color Cylindrical-coordinate representation of color #295CFC: hue angle of 225.5º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #295CFC is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 92 | 252 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.01 |
| HSL | 225.5º | 0.97% | 0.57% | - |
| HSV(B) | 225.5º | 0.84% | 0.99% | - |
| XYZ | 22.31 | 15.15 | 93.84 | - |
| YUV | 94.99 | 216.6 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 92 | 252 | 0.84 | 0.63 | 0 | 0.01 | 225.5 | 0.97 | 0.57 |
| Hex | 29 | 5C | FC | 54 | 3F | 0 | 1 | E1 | 61 | 39 |
| Octal | 51 | 134 | 374 | 124 | 77 | 0 | 1 | 341 | 141 | 71 |
| Binary | 101001 | 1011100 | 11111100 | 1010100 | 111111 | 0 | 1 | 11100001 | 1100001 | 111001 |
Color Harmonies of #295CFC
Complementary color
Monochromatic Colors of #295CFC
Black with #295CFC
Text Example
Text Example
White with #295CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295CFC; }
p { color: rgb(41,92,252); }
H1.HeaderClassName
{
color: #295CFC;
}
.AnyTagClassName
{
color: #295CFC;
}
</style>
background-color css
<style>
a { background-color: #295CFC; }
a { background-color: rgb(41,92,252); }
div.DivClassName
{
background-color: #295CFC;
}
.BgClassName
{
background-color: #295CFC;
}
</style>
border-color css
<style>
span { border-color: #295CFC; }
span { border-color: rgb(41,92,252); }
td.TdClassName
{
border-color: #295CFC;
}
.TagClassName
{
border-color: #295CFC;
}
</style>