Shades of Cerulean Blue #275EC1
Tints of Cerulean Blue #275EC1
RGB
CMYK
RGB Variations
Color information
#275EC1 (or 0x275EC1) is known color: Cerulean Blue. HEX triplet: 27, 5E and C1. RGB value is (39,94,193). Sum of RGB (Red+Green+Blue) = 39+94+193=326 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.96% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 193 (75.78% from 255 or 59.20% from 326); Max value from RGB is 193 - color contains mainly: blue. Hex color #275EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275EC1 is #D8A13E. Grayscale: #585858. Windows color (decimal): -14197055 or 12672551. OLE color: 12672551.
HSL color Cylindrical-coordinate representation of color #275EC1: hue angle of 218.57º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #275EC1 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 94 | 193 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.24 |
| HSL | 218.57º | 0.66% | 0.45% | - |
| HSV(B) | 218.57º | 0.8% | 0.76% | - |
| XYZ | 14.47 | 12.29 | 52.06 | - |
| YUV | 88.84 | 186.78 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 94 | 193 | 0.80 | 0.51 | 0 | 0.24 | 218.57 | 0.66 | 0.45 |
| Hex | 27 | 5E | C1 | 50 | 33 | 0 | 18 | DB | 42 | 2D |
| Octal | 47 | 136 | 301 | 120 | 63 | 0 | 30 | 333 | 102 | 55 |
| Binary | 100111 | 1011110 | 11000001 | 1010000 | 110011 | 0 | 11000 | 11011011 | 1000010 | 101101 |
Color Harmonies of #275EC1
Complementary color
Monochromatic Colors of #275EC1
Black with #275EC1
Text Example
Text Example
White with #275EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275EC1; }
p { color: rgb(39,94,193); }
H1.HeaderClassName
{
color: #275EC1;
}
.AnyTagClassName
{
color: #275EC1;
}
</style>
background-color css
<style>
a { background-color: #275EC1; }
a { background-color: rgb(39,94,193); }
div.DivClassName
{
background-color: #275EC1;
}
.BgClassName
{
background-color: #275EC1;
}
</style>
border-color css
<style>
span { border-color: #275EC1; }
span { border-color: rgb(39,94,193); }
td.TdClassName
{
border-color: #275EC1;
}
.TagClassName
{
border-color: #275EC1;
}
</style>