Shades of Cerulean Blue #2754CF
Tints of Cerulean Blue #2754CF
RGB
CMYK
RGB Variations
Color information
#2754CF (or 0x2754CF) is known color: Cerulean Blue. HEX triplet: 27, 54 and CF. RGB value is (39,84,207). Sum of RGB (Red+Green+Blue) = 39+84+207=330 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.82% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #2754CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2754CF is #D8AB30. Grayscale: #545454. Windows color (decimal): -14199601 or 13587495. OLE color: 13587495.
HSL color Cylindrical-coordinate representation of color #2754CF: hue angle of 223.93º 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 #2754CF is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 84 | 207 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.19 |
| HSL | 223.93º | 0.68% | 0.48% | - |
| HSV(B) | 223.93º | 0.81% | 0.81% | - |
| XYZ | 15.27 | 11.28 | 60.4 | - |
| YUV | 84.57 | 197.09 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 84 | 207 | 0.81 | 0.59 | 0 | 0.19 | 223.93 | 0.68 | 0.48 |
| Hex | 27 | 54 | CF | 51 | 3B | 0 | 13 | E0 | 44 | 30 |
| Octal | 47 | 124 | 317 | 121 | 73 | 0 | 23 | 340 | 104 | 60 |
| Binary | 100111 | 1010100 | 11001111 | 1010001 | 111011 | 0 | 10011 | 11100000 | 1000100 | 110000 |
Color Harmonies of #2754CF
Complementary color
Monochromatic Colors of #2754CF
Black with #2754CF
Text Example
Text Example
White with #2754CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2754CF; }
p { color: rgb(39,84,207); }
H1.HeaderClassName
{
color: #2754CF;
}
.AnyTagClassName
{
color: #2754CF;
}
</style>
background-color css
<style>
a { background-color: #2754CF; }
a { background-color: rgb(39,84,207); }
div.DivClassName
{
background-color: #2754CF;
}
.BgClassName
{
background-color: #2754CF;
}
</style>
border-color css
<style>
span { border-color: #2754CF; }
span { border-color: rgb(39,84,207); }
td.TdClassName
{
border-color: #2754CF;
}
.TagClassName
{
border-color: #2754CF;
}
</style>