Shades of Cerulean Blue #295ECF
Tints of Cerulean Blue #295ECF
RGB
CMYK
RGB Variations
Color information
#295ECF (or 0x295ECF) is known color: Cerulean Blue. HEX triplet: 29, 5E and CF. RGB value is (41,94,207). Sum of RGB (Red+Green+Blue) = 41+94+207=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #295ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295ECF is #D6A130. Grayscale: #5A5A5A. Windows color (decimal): -14065969 or 13590057. OLE color: 13590057.
HSL color Cylindrical-coordinate representation of color #295ECF: hue angle of 220.84º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #295ECF is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 94 | 207 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.19 |
| HSL | 220.84º | 0.67% | 0.49% | - |
| HSV(B) | 220.84º | 0.8% | 0.81% | - |
| XYZ | 16.18 | 12.98 | 60.68 | - |
| YUV | 91.04 | 193.44 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 94 | 207 | 0.80 | 0.55 | 0 | 0.19 | 220.84 | 0.67 | 0.49 |
| Hex | 29 | 5E | CF | 50 | 37 | 0 | 13 | DD | 43 | 31 |
| Octal | 51 | 136 | 317 | 120 | 67 | 0 | 23 | 335 | 103 | 61 |
| Binary | 101001 | 1011110 | 11001111 | 1010000 | 110111 | 0 | 10011 | 11011101 | 1000011 | 110001 |
Color Harmonies of #295ECF
Complementary color
Monochromatic Colors of #295ECF
Black with #295ECF
Text Example
Text Example
White with #295ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295ECF; }
p { color: rgb(41,94,207); }
H1.HeaderClassName
{
color: #295ECF;
}
.AnyTagClassName
{
color: #295ECF;
}
</style>
background-color css
<style>
a { background-color: #295ECF; }
a { background-color: rgb(41,94,207); }
div.DivClassName
{
background-color: #295ECF;
}
.BgClassName
{
background-color: #295ECF;
}
</style>
border-color css
<style>
span { border-color: #295ECF; }
span { border-color: rgb(41,94,207); }
td.TdClassName
{
border-color: #295ECF;
}
.TagClassName
{
border-color: #295ECF;
}
</style>