Shades of Royal Blue #295FF8
Tints of Royal Blue #295FF8
RGB
CMYK
RGB Variations
Color information
#295FF8 (or 0x295FF8) is known color: Royal Blue. HEX triplet: 29, 5F and F8. RGB value is (41,95,248). Sum of RGB (Red+Green+Blue) = 41+95+248=384 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.68% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 248 (97.27% from 255 or 64.58% from 384); Max value from RGB is 248 - color contains mainly: blue. Hex color #295FF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295FF8 is #D6A007. Grayscale: #5F5F5F. Windows color (decimal): -14065672 or 16277289. OLE color: 16277289.
HSL color Cylindrical-coordinate representation of color #295FF8: hue angle of 224.35º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #295FF8 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 41 | 95 | 248 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.03 |
| HSL | 224.35º | 0.94% | 0.57% | - |
| HSV(B) | 224.35º | 0.83% | 0.97% | - |
| XYZ | 21.95 | 15.43 | 90.63 | - |
| YUV | 96.3 | 213.61 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 248 | 0.83 | 0.62 | 0 | 0.03 | 224.35 | 0.94 | 0.57 |
| Hex | 29 | 5F | F8 | 53 | 3E | 0 | 3 | E0 | 5E | 39 |
| Octal | 51 | 137 | 370 | 123 | 76 | 0 | 3 | 340 | 136 | 71 |
| Binary | 101001 | 1011111 | 11111000 | 1010011 | 111110 | 0 | 11 | 11100000 | 1011110 | 111001 |
Color Harmonies of #295FF8
Complementary color
Monochromatic Colors of #295FF8
Black with #295FF8
Text Example
Text Example
White with #295FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295FF8; }
p { color: rgb(41,95,248); }
H1.HeaderClassName
{
color: #295FF8;
}
.AnyTagClassName
{
color: #295FF8;
}
</style>
background-color css
<style>
a { background-color: #295FF8; }
a { background-color: rgb(41,95,248); }
div.DivClassName
{
background-color: #295FF8;
}
.BgClassName
{
background-color: #295FF8;
}
</style>
border-color css
<style>
span { border-color: #295FF8; }
span { border-color: rgb(41,95,248); }
td.TdClassName
{
border-color: #295FF8;
}
.TagClassName
{
border-color: #295FF8;
}
</style>