Shades of Cerulean Blue #295ED5
Tints of Cerulean Blue #295ED5
RGB
CMYK
RGB Variations
Color information
#295ED5 (or 0x295ED5) is known color: Cerulean Blue. HEX triplet: 29, 5E and D5. RGB value is (41,94,213). Sum of RGB (Red+Green+Blue) = 41+94+213=348 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.78% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 213 (83.59% from 255 or 61.21% from 348); Max value from RGB is 213 - color contains mainly: blue. Hex color #295ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295ED5 is #D6A12A. Grayscale: #5B5B5B. Windows color (decimal): -14065963 or 13983273. OLE color: 13983273.
HSL color Cylindrical-coordinate representation of color #295ED5: hue angle of 221.51º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #295ED5 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 94 | 213 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.16 |
| HSL | 221.51º | 0.68% | 0.5% | - |
| HSV(B) | 221.51º | 0.81% | 0.84% | - |
| XYZ | 16.93 | 13.28 | 64.62 | - |
| YUV | 91.72 | 196.44 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 94 | 213 | 0.81 | 0.56 | 0 | 0.16 | 221.51 | 0.68 | 0.5 |
| Hex | 29 | 5E | D5 | 51 | 38 | 0 | 10 | DE | 44 | 32 |
| Octal | 51 | 136 | 325 | 121 | 70 | 0 | 20 | 336 | 104 | 62 |
| Binary | 101001 | 1011110 | 11010101 | 1010001 | 111000 | 0 | 10000 | 11011110 | 1000100 | 110010 |
Color Harmonies of #295ED5
Complementary color
Monochromatic Colors of #295ED5
Black with #295ED5
Text Example
Text Example
White with #295ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295ED5; }
p { color: rgb(41,94,213); }
H1.HeaderClassName
{
color: #295ED5;
}
.AnyTagClassName
{
color: #295ED5;
}
</style>
background-color css
<style>
a { background-color: #295ED5; }
a { background-color: rgb(41,94,213); }
div.DivClassName
{
background-color: #295ED5;
}
.BgClassName
{
background-color: #295ED5;
}
</style>
border-color css
<style>
span { border-color: #295ED5; }
span { border-color: rgb(41,94,213); }
td.TdClassName
{
border-color: #295ED5;
}
.TagClassName
{
border-color: #295ED5;
}
</style>