Shades of Cerulean Blue #295ADA
Tints of Cerulean Blue #295ADA
RGB
CMYK
RGB Variations
Color information
#295ADA (or 0x295ADA) is known color: Cerulean Blue. HEX triplet: 29, 5A and DA. RGB value is (41,90,218). Sum of RGB (Red+Green+Blue) = 41+90+218=349 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.75% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #295ADA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295ADA is #D6A525. Grayscale: #595959. Windows color (decimal): -14066982 or 14309929. OLE color: 14309929.
HSL color Cylindrical-coordinate representation of color #295ADA: hue angle of 223.39º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #295ADA is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 90 | 218 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.15 |
| HSL | 223.39º | 0.71% | 0.51% | - |
| HSV(B) | 223.39º | 0.81% | 0.85% | - |
| XYZ | 17.23 | 12.85 | 67.9 | - |
| YUV | 89.94 | 200.27 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 218 | 0.81 | 0.59 | 0 | 0.15 | 223.39 | 0.71 | 0.51 |
| Hex | 29 | 5A | DA | 51 | 3B | 0 | F | DF | 47 | 33 |
| Octal | 51 | 132 | 332 | 121 | 73 | 0 | 17 | 337 | 107 | 63 |
| Binary | 101001 | 1011010 | 11011010 | 1010001 | 111011 | 0 | 1111 | 11011111 | 1000111 | 110011 |
Color Harmonies of #295ADA
Complementary color
Monochromatic Colors of #295ADA
Black with #295ADA
Text Example
Text Example
White with #295ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295ADA; }
p { color: rgb(41,90,218); }
H1.HeaderClassName
{
color: #295ADA;
}
.AnyTagClassName
{
color: #295ADA;
}
</style>
background-color css
<style>
a { background-color: #295ADA; }
a { background-color: rgb(41,90,218); }
div.DivClassName
{
background-color: #295ADA;
}
.BgClassName
{
background-color: #295ADA;
}
</style>
border-color css
<style>
span { border-color: #295ADA; }
span { border-color: rgb(41,90,218); }
td.TdClassName
{
border-color: #295ADA;
}
.TagClassName
{
border-color: #295ADA;
}
</style>