Shades of Cerulean Blue #294BBF
Tints of Cerulean Blue #294BBF
RGB
CMYK
RGB Variations
Color information
#294BBF (or 0x294BBF) is known color: Cerulean Blue. HEX triplet: 29, 4B and BF. RGB value is (41,75,191). Sum of RGB (Red+Green+Blue) = 41+75+191=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 191 (75% from 255 or 62.21% from 307); Max value from RGB is 191 - color contains mainly: blue. Hex color #294BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #294BBF is #D6B440. Grayscale: #4D4D4D. Windows color (decimal): -14070849 or 12536617. OLE color: 12536617.
HSL color Cylindrical-coordinate representation of color #294BBF: hue angle of 226.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #294BBF is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 75 | 191 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.25 |
| HSL | 226.4º | 0.65% | 0.45% | - |
| HSV(B) | 226.4º | 0.79% | 0.75% | - |
| XYZ | 12.83 | 9.27 | 50.4 | - |
| YUV | 78.06 | 191.74 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 191 | 0.79 | 0.61 | 0 | 0.25 | 226.4 | 0.65 | 0.45 |
| Hex | 29 | 4B | BF | 4F | 3D | 0 | 19 | E2 | 41 | 2D |
| Octal | 51 | 113 | 277 | 117 | 75 | 0 | 31 | 342 | 101 | 55 |
| Binary | 101001 | 1001011 | 10111111 | 1001111 | 111101 | 0 | 11001 | 11100010 | 1000001 | 101101 |
Color Harmonies of #294BBF
Complementary color
Monochromatic Colors of #294BBF
Black with #294BBF
Text Example
Text Example
White with #294BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294BBF; }
p { color: rgb(41,75,191); }
H1.HeaderClassName
{
color: #294BBF;
}
.AnyTagClassName
{
color: #294BBF;
}
</style>
background-color css
<style>
a { background-color: #294BBF; }
a { background-color: rgb(41,75,191); }
div.DivClassName
{
background-color: #294BBF;
}
.BgClassName
{
background-color: #294BBF;
}
</style>
border-color css
<style>
span { border-color: #294BBF; }
span { border-color: rgb(41,75,191); }
td.TdClassName
{
border-color: #294BBF;
}
.TagClassName
{
border-color: #294BBF;
}
</style>