Shades of Royal Blue #295FDF
Tints of Royal Blue #295FDF
RGB
CMYK
RGB Variations
Color information
#295FDF (or 0x295FDF) is known color: Royal Blue. HEX triplet: 29, 5F and DF. RGB value is (41,95,223). Sum of RGB (Red+Green+Blue) = 41+95+223=359 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.42% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #295FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295FDF is #D6A020. Grayscale: #5C5C5C. Windows color (decimal): -14065697 or 14638889. OLE color: 14638889.
HSL color Cylindrical-coordinate representation of color #295FDF: hue angle of 222.2º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #295FDF is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 95 | 223 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.13 |
| HSL | 222.2º | 0.74% | 0.52% | - |
| HSV(B) | 222.2º | 0.82% | 0.87% | - |
| XYZ | 18.33 | 13.98 | 71.55 | - |
| YUV | 93.45 | 201.11 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 223 | 0.82 | 0.57 | 0 | 0.13 | 222.2 | 0.74 | 0.52 |
| Hex | 29 | 5F | DF | 52 | 39 | 0 | D | DE | 4A | 34 |
| Octal | 51 | 137 | 337 | 122 | 71 | 0 | 15 | 336 | 112 | 64 |
| Binary | 101001 | 1011111 | 11011111 | 1010010 | 111001 | 0 | 1101 | 11011110 | 1001010 | 110100 |
Color Harmonies of #295FDF
Complementary color
Monochromatic Colors of #295FDF
Black with #295FDF
Text Example
Text Example
White with #295FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295FDF; }
p { color: rgb(41,95,223); }
H1.HeaderClassName
{
color: #295FDF;
}
.AnyTagClassName
{
color: #295FDF;
}
</style>
background-color css
<style>
a { background-color: #295FDF; }
a { background-color: rgb(41,95,223); }
div.DivClassName
{
background-color: #295FDF;
}
.BgClassName
{
background-color: #295FDF;
}
</style>
border-color css
<style>
span { border-color: #295FDF; }
span { border-color: rgb(41,95,223); }
td.TdClassName
{
border-color: #295FDF;
}
.TagClassName
{
border-color: #295FDF;
}
</style>