Shades of Cerulean Blue #295BD6
Tints of Cerulean Blue #295BD6
RGB
CMYK
RGB Variations
Color information
#295BD6 (or 0x295BD6) is known color: Cerulean Blue. HEX triplet: 29, 5B and D6. RGB value is (41,91,214). Sum of RGB (Red+Green+Blue) = 41+91+214=346 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.85% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 214 (83.98% from 255 or 61.85% from 346); Max value from RGB is 214 - color contains mainly: blue. Hex color #295BD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295BD6 is #D6A429. Grayscale: #595959. Windows color (decimal): -14066730 or 14048041. OLE color: 14048041.
HSL color Cylindrical-coordinate representation of color #295BD6: hue angle of 222.66º 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 #295BD6 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 91 | 214 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.16 |
| HSL | 222.66º | 0.68% | 0.5% | - |
| HSV(B) | 222.66º | 0.81% | 0.84% | - |
| XYZ | 16.79 | 12.81 | 65.21 | - |
| YUV | 90.07 | 197.94 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 214 | 0.81 | 0.57 | 0 | 0.16 | 222.66 | 0.68 | 0.5 |
| Hex | 29 | 5B | D6 | 51 | 39 | 0 | 10 | DF | 44 | 32 |
| Octal | 51 | 133 | 326 | 121 | 71 | 0 | 20 | 337 | 104 | 62 |
| Binary | 101001 | 1011011 | 11010110 | 1010001 | 111001 | 0 | 10000 | 11011111 | 1000100 | 110010 |
Color Harmonies of #295BD6
Complementary color
Monochromatic Colors of #295BD6
Black with #295BD6
Text Example
Text Example
White with #295BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295BD6; }
p { color: rgb(41,91,214); }
H1.HeaderClassName
{
color: #295BD6;
}
.AnyTagClassName
{
color: #295BD6;
}
</style>
background-color css
<style>
a { background-color: #295BD6; }
a { background-color: rgb(41,91,214); }
div.DivClassName
{
background-color: #295BD6;
}
.BgClassName
{
background-color: #295BD6;
}
</style>
border-color css
<style>
span { border-color: #295BD6; }
span { border-color: rgb(41,91,214); }
td.TdClassName
{
border-color: #295BD6;
}
.TagClassName
{
border-color: #295BD6;
}
</style>