Shades of Royal Blue #295BEF
Tints of Royal Blue #295BEF
RGB
CMYK
RGB Variations
Color information
#295BEF (or 0x295BEF) is known color: Royal Blue. HEX triplet: 29, 5B and EF. RGB value is (41,91,239). Sum of RGB (Red+Green+Blue) = 41+91+239=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #295BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295BEF is #D6A410. Grayscale: #5C5C5C. Windows color (decimal): -14066705 or 15686441. OLE color: 15686441.
HSL color Cylindrical-coordinate representation of color #295BEF: hue angle of 224.85º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #295BEF is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 91 | 239 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.06 |
| HSL | 224.85º | 0.86% | 0.55% | - |
| HSV(B) | 224.85º | 0.83% | 0.94% | - |
| XYZ | 20.24 | 14.19 | 83.33 | - |
| YUV | 92.92 | 210.44 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 239 | 0.83 | 0.62 | 0 | 0.06 | 224.85 | 0.86 | 0.55 |
| Hex | 29 | 5B | EF | 53 | 3E | 0 | 6 | E1 | 56 | 37 |
| Octal | 51 | 133 | 357 | 123 | 76 | 0 | 6 | 341 | 126 | 67 |
| Binary | 101001 | 1011011 | 11101111 | 1010011 | 111110 | 0 | 110 | 11100001 | 1010110 | 110111 |
Color Harmonies of #295BEF
Complementary color
Monochromatic Colors of #295BEF
Black with #295BEF
Text Example
Text Example
White with #295BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295BEF; }
p { color: rgb(41,91,239); }
H1.HeaderClassName
{
color: #295BEF;
}
.AnyTagClassName
{
color: #295BEF;
}
</style>
background-color css
<style>
a { background-color: #295BEF; }
a { background-color: rgb(41,91,239); }
div.DivClassName
{
background-color: #295BEF;
}
.BgClassName
{
background-color: #295BEF;
}
</style>
border-color css
<style>
span { border-color: #295BEF; }
span { border-color: rgb(41,91,239); }
td.TdClassName
{
border-color: #295BEF;
}
.TagClassName
{
border-color: #295BEF;
}
</style>