Shades of Royal Blue #295FE1
Tints of Royal Blue #295FE1
RGB
CMYK
RGB Variations
Color information
#295FE1 (or 0x295FE1) is known color: Royal Blue. HEX triplet: 29, 5F and E1. RGB value is (41,95,225). Sum of RGB (Red+Green+Blue) = 41+95+225=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 225 (88.28% from 255 or 62.33% from 361); Max value from RGB is 225 - color contains mainly: blue. Hex color #295FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295FE1 is #D6A01E. Grayscale: #5D5D5D. Windows color (decimal): -14065695 or 14769961. OLE color: 14769961.
HSL color Cylindrical-coordinate representation of color #295FE1: hue angle of 222.39º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #295FE1 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 95 | 225 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.12 |
| HSL | 222.39º | 0.75% | 0.52% | - |
| HSV(B) | 222.39º | 0.82% | 0.88% | - |
| XYZ | 18.6 | 14.09 | 72.97 | - |
| YUV | 93.67 | 202.11 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 225 | 0.82 | 0.58 | 0 | 0.12 | 222.39 | 0.75 | 0.52 |
| Hex | 29 | 5F | E1 | 52 | 3A | 0 | C | DE | 4B | 34 |
| Octal | 51 | 137 | 341 | 122 | 72 | 0 | 14 | 336 | 113 | 64 |
| Binary | 101001 | 1011111 | 11100001 | 1010010 | 111010 | 0 | 1100 | 11011110 | 1001011 | 110100 |
Color Harmonies of #295FE1
Complementary color
Monochromatic Colors of #295FE1
Black with #295FE1
Text Example
Text Example
White with #295FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295FE1; }
p { color: rgb(41,95,225); }
H1.HeaderClassName
{
color: #295FE1;
}
.AnyTagClassName
{
color: #295FE1;
}
</style>
background-color css
<style>
a { background-color: #295FE1; }
a { background-color: rgb(41,95,225); }
div.DivClassName
{
background-color: #295FE1;
}
.BgClassName
{
background-color: #295FE1;
}
</style>
border-color css
<style>
span { border-color: #295FE1; }
span { border-color: rgb(41,95,225); }
td.TdClassName
{
border-color: #295FE1;
}
.TagClassName
{
border-color: #295FE1;
}
</style>