Shades of Cerulean Blue #275ECE
Tints of Cerulean Blue #275ECE
RGB
CMYK
RGB Variations
Color information
#275ECE (or 0x275ECE) is known color: Cerulean Blue. HEX triplet: 27, 5E and CE. RGB value is (39,94,206). Sum of RGB (Red+Green+Blue) = 39+94+206=339 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.50% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #275ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275ECE is #D8A131. Grayscale: #595959. Windows color (decimal): -14197042 or 13524519. OLE color: 13524519.
HSL color Cylindrical-coordinate representation of color #275ECE: hue angle of 220.24º 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 #275ECE is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 94 | 206 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.19 |
| HSL | 220.24º | 0.68% | 0.48% | - |
| HSV(B) | 220.24º | 0.81% | 0.81% | - |
| XYZ | 15.98 | 12.89 | 60.04 | - |
| YUV | 90.32 | 193.28 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 94 | 206 | 0.81 | 0.54 | 0 | 0.19 | 220.24 | 0.68 | 0.48 |
| Hex | 27 | 5E | CE | 51 | 36 | 0 | 13 | DC | 44 | 30 |
| Octal | 47 | 136 | 316 | 121 | 66 | 0 | 23 | 334 | 104 | 60 |
| Binary | 100111 | 1011110 | 11001110 | 1010001 | 110110 | 0 | 10011 | 11011100 | 1000100 | 110000 |
Color Harmonies of #275ECE
Complementary color
Monochromatic Colors of #275ECE
Black with #275ECE
Text Example
Text Example
White with #275ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275ECE; }
p { color: rgb(39,94,206); }
H1.HeaderClassName
{
color: #275ECE;
}
.AnyTagClassName
{
color: #275ECE;
}
</style>
background-color css
<style>
a { background-color: #275ECE; }
a { background-color: rgb(39,94,206); }
div.DivClassName
{
background-color: #275ECE;
}
.BgClassName
{
background-color: #275ECE;
}
</style>
border-color css
<style>
span { border-color: #275ECE; }
span { border-color: rgb(39,94,206); }
td.TdClassName
{
border-color: #275ECE;
}
.TagClassName
{
border-color: #275ECE;
}
</style>