Shades of Cerulean Blue #2958CF
Tints of Cerulean Blue #2958CF
RGB
CMYK
RGB Variations
Color information
#2958CF (or 0x2958CF) is known color: Cerulean Blue. HEX triplet: 29, 58 and CF. RGB value is (41,88,207). Sum of RGB (Red+Green+Blue) = 41+88+207=336 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.20% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #2958CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2958CF is #D6A730. Grayscale: #565656. Windows color (decimal): -14067505 or 13588521. OLE color: 13588521.
HSL color Cylindrical-coordinate representation of color #2958CF: hue angle of 223.01º 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 #2958CF is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 88 | 207 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.19 |
| HSL | 223.01º | 0.67% | 0.49% | - |
| HSV(B) | 223.01º | 0.8% | 0.81% | - |
| XYZ | 15.67 | 11.96 | 60.51 | - |
| YUV | 87.51 | 195.43 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 88 | 207 | 0.80 | 0.57 | 0 | 0.19 | 223.01 | 0.67 | 0.49 |
| Hex | 29 | 58 | CF | 50 | 39 | 0 | 13 | DF | 43 | 31 |
| Octal | 51 | 130 | 317 | 120 | 71 | 0 | 23 | 337 | 103 | 61 |
| Binary | 101001 | 1011000 | 11001111 | 1010000 | 111001 | 0 | 10011 | 11011111 | 1000011 | 110001 |
Color Harmonies of #2958CF
Complementary color
Monochromatic Colors of #2958CF
Black with #2958CF
Text Example
Text Example
White with #2958CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2958CF; }
p { color: rgb(41,88,207); }
H1.HeaderClassName
{
color: #2958CF;
}
.AnyTagClassName
{
color: #2958CF;
}
</style>
background-color css
<style>
a { background-color: #2958CF; }
a { background-color: rgb(41,88,207); }
div.DivClassName
{
background-color: #2958CF;
}
.BgClassName
{
background-color: #2958CF;
}
</style>
border-color css
<style>
span { border-color: #2958CF; }
span { border-color: rgb(41,88,207); }
td.TdClassName
{
border-color: #2958CF;
}
.TagClassName
{
border-color: #2958CF;
}
</style>