Shades of Cerulean Blue #295BCF
Tints of Cerulean Blue #295BCF
RGB
CMYK
RGB Variations
Color information
#295BCF (or 0x295BCF) is known color: Cerulean Blue. HEX triplet: 29, 5B and CF. RGB value is (41,91,207). Sum of RGB (Red+Green+Blue) = 41+91+207=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #295BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295BCF is #D6A430. Grayscale: #585858. Windows color (decimal): -14066737 or 13589289. OLE color: 13589289.
HSL color Cylindrical-coordinate representation of color #295BCF: hue angle of 221.93º 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 #295BCF is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 91 | 207 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.19 |
| HSL | 221.93º | 0.67% | 0.49% | - |
| HSV(B) | 221.93º | 0.8% | 0.81% | - |
| XYZ | 15.92 | 12.46 | 60.6 | - |
| YUV | 89.27 | 194.44 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 207 | 0.80 | 0.56 | 0 | 0.19 | 221.93 | 0.67 | 0.49 |
| Hex | 29 | 5B | CF | 50 | 38 | 0 | 13 | DE | 43 | 31 |
| Octal | 51 | 133 | 317 | 120 | 70 | 0 | 23 | 336 | 103 | 61 |
| Binary | 101001 | 1011011 | 11001111 | 1010000 | 111000 | 0 | 10011 | 11011110 | 1000011 | 110001 |
Color Harmonies of #295BCF
Complementary color
Monochromatic Colors of #295BCF
Black with #295BCF
Text Example
Text Example
White with #295BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295BCF; }
p { color: rgb(41,91,207); }
H1.HeaderClassName
{
color: #295BCF;
}
.AnyTagClassName
{
color: #295BCF;
}
</style>
background-color css
<style>
a { background-color: #295BCF; }
a { background-color: rgb(41,91,207); }
div.DivClassName
{
background-color: #295BCF;
}
.BgClassName
{
background-color: #295BCF;
}
</style>
border-color css
<style>
span { border-color: #295BCF; }
span { border-color: rgb(41,91,207); }
td.TdClassName
{
border-color: #295BCF;
}
.TagClassName
{
border-color: #295BCF;
}
</style>