Shades of Cerulean Blue #2754CE
Tints of Cerulean Blue #2754CE
RGB
CMYK
RGB Variations
Color information
#2754CE (or 0x2754CE) is known color: Cerulean Blue. HEX triplet: 27, 54 and CE. RGB value is (39,84,206). Sum of RGB (Red+Green+Blue) = 39+84+206=329 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.85% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #2754CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2754CE is #D8AB31. Grayscale: #535353. Windows color (decimal): -14199602 or 13521959. OLE color: 13521959.
HSL color Cylindrical-coordinate representation of color #2754CE: hue angle of 223.83º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2754CE is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 84 | 206 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.19 |
| HSL | 223.83º | 0.68% | 0.48% | - |
| HSV(B) | 223.83º | 0.81% | 0.81% | - |
| XYZ | 15.15 | 11.23 | 59.76 | - |
| YUV | 84.45 | 196.59 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 84 | 206 | 0.81 | 0.59 | 0 | 0.19 | 223.83 | 0.68 | 0.48 |
| Hex | 27 | 54 | CE | 51 | 3B | 0 | 13 | E0 | 44 | 30 |
| Octal | 47 | 124 | 316 | 121 | 73 | 0 | 23 | 340 | 104 | 60 |
| Binary | 100111 | 1010100 | 11001110 | 1010001 | 111011 | 0 | 10011 | 11100000 | 1000100 | 110000 |
Color Harmonies of #2754CE
Complementary color
Monochromatic Colors of #2754CE
Black with #2754CE
Text Example
Text Example
White with #2754CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2754CE; }
p { color: rgb(39,84,206); }
H1.HeaderClassName
{
color: #2754CE;
}
.AnyTagClassName
{
color: #2754CE;
}
</style>
background-color css
<style>
a { background-color: #2754CE; }
a { background-color: rgb(39,84,206); }
div.DivClassName
{
background-color: #2754CE;
}
.BgClassName
{
background-color: #2754CE;
}
</style>
border-color css
<style>
span { border-color: #2754CE; }
span { border-color: rgb(39,84,206); }
td.TdClassName
{
border-color: #2754CE;
}
.TagClassName
{
border-color: #2754CE;
}
</style>