Shades of Royal Blue #295AF0
Tints of Royal Blue #295AF0
RGB
CMYK
RGB Variations
Color information
#295AF0 (or 0x295AF0) is known color: Royal Blue. HEX triplet: 29, 5A and F0. RGB value is (41,90,240). Sum of RGB (Red+Green+Blue) = 41+90+240=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 240 (94.14% from 255 or 64.69% from 371); Max value from RGB is 240 - color contains mainly: blue. Hex color #295AF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295AF0 is #D6A50F. Grayscale: #5B5B5B. Windows color (decimal): -14066960 or 15751721. OLE color: 15751721.
HSL color Cylindrical-coordinate representation of color #295AF0: hue angle of 225.23º degrees, saturation: 0.87, 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 #295AF0 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 90 | 240 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.06 |
| HSL | 225.23º | 0.87% | 0.55% | - |
| HSV(B) | 225.23º | 0.83% | 0.94% | - |
| XYZ | 20.3 | 14.08 | 84.08 | - |
| YUV | 92.45 | 211.27 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 240 | 0.83 | 0.62 | 0 | 0.06 | 225.23 | 0.87 | 0.55 |
| Hex | 29 | 5A | F0 | 53 | 3E | 0 | 6 | E1 | 57 | 37 |
| Octal | 51 | 132 | 360 | 123 | 76 | 0 | 6 | 341 | 127 | 67 |
| Binary | 101001 | 1011010 | 11110000 | 1010011 | 111110 | 0 | 110 | 11100001 | 1010111 | 110111 |
Color Harmonies of #295AF0
Complementary color
Monochromatic Colors of #295AF0
Black with #295AF0
Text Example
Text Example
White with #295AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295AF0; }
p { color: rgb(41,90,240); }
H1.HeaderClassName
{
color: #295AF0;
}
.AnyTagClassName
{
color: #295AF0;
}
</style>
background-color css
<style>
a { background-color: #295AF0; }
a { background-color: rgb(41,90,240); }
div.DivClassName
{
background-color: #295AF0;
}
.BgClassName
{
background-color: #295AF0;
}
</style>
border-color css
<style>
span { border-color: #295AF0; }
span { border-color: rgb(41,90,240); }
td.TdClassName
{
border-color: #295AF0;
}
.TagClassName
{
border-color: #295AF0;
}
</style>