Shades of Royal Blue #295DF3
Tints of Royal Blue #295DF3
RGB
CMYK
RGB Variations
Color information
#295DF3 (or 0x295DF3) is known color: Royal Blue. HEX triplet: 29, 5D and F3. RGB value is (41,93,243). Sum of RGB (Red+Green+Blue) = 41+93+243=377 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.88% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 243 (95.31% from 255 or 64.46% from 377); Max value from RGB is 243 - color contains mainly: blue. Hex color #295DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295DF3 is #D6A20C. Grayscale: #5D5D5D. Windows color (decimal): -14066189 or 15949097. OLE color: 15949097.
HSL color Cylindrical-coordinate representation of color #295DF3: hue angle of 224.55º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #295DF3 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 93 | 243 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.05 |
| HSL | 224.55º | 0.89% | 0.56% | - |
| HSV(B) | 224.55º | 0.83% | 0.95% | - |
| XYZ | 21.01 | 14.77 | 86.54 | - |
| YUV | 94.55 | 211.77 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 243 | 0.83 | 0.62 | 0 | 0.05 | 224.55 | 0.89 | 0.56 |
| Hex | 29 | 5D | F3 | 53 | 3E | 0 | 5 | E1 | 59 | 38 |
| Octal | 51 | 135 | 363 | 123 | 76 | 0 | 5 | 341 | 131 | 70 |
| Binary | 101001 | 1011101 | 11110011 | 1010011 | 111110 | 0 | 101 | 11100001 | 1011001 | 111000 |
Color Harmonies of #295DF3
Complementary color
Monochromatic Colors of #295DF3
Black with #295DF3
Text Example
Text Example
White with #295DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295DF3; }
p { color: rgb(41,93,243); }
H1.HeaderClassName
{
color: #295DF3;
}
.AnyTagClassName
{
color: #295DF3;
}
</style>
background-color css
<style>
a { background-color: #295DF3; }
a { background-color: rgb(41,93,243); }
div.DivClassName
{
background-color: #295DF3;
}
.BgClassName
{
background-color: #295DF3;
}
</style>
border-color css
<style>
span { border-color: #295DF3; }
span { border-color: rgb(41,93,243); }
td.TdClassName
{
border-color: #295DF3;
}
.TagClassName
{
border-color: #295DF3;
}
</style>