Shades of Cerulean Blue #275EC2
Tints of Cerulean Blue #275EC2
RGB
CMYK
RGB Variations
Color information
#275EC2 (or 0x275EC2) is known color: Cerulean Blue. HEX triplet: 27, 5E and C2. RGB value is (39,94,194). Sum of RGB (Red+Green+Blue) = 39+94+194=327 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.93% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 194 (76.17% from 255 or 59.33% from 327); Max value from RGB is 194 - color contains mainly: blue. Hex color #275EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275EC2 is #D8A13D. Grayscale: #585858. Windows color (decimal): -14197054 or 12738087. OLE color: 12738087.
HSL color Cylindrical-coordinate representation of color #275EC2: hue angle of 218.71º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #275EC2 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 94 | 194 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.24 |
| HSL | 218.71º | 0.67% | 0.46% | - |
| HSV(B) | 218.71º | 0.8% | 0.76% | - |
| XYZ | 14.58 | 12.33 | 52.65 | - |
| YUV | 88.96 | 187.28 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 94 | 194 | 0.80 | 0.52 | 0 | 0.24 | 218.71 | 0.67 | 0.46 |
| Hex | 27 | 5E | C2 | 50 | 34 | 0 | 18 | DB | 43 | 2E |
| Octal | 47 | 136 | 302 | 120 | 64 | 0 | 30 | 333 | 103 | 56 |
| Binary | 100111 | 1011110 | 11000010 | 1010000 | 110100 | 0 | 11000 | 11011011 | 1000011 | 101110 |
Color Harmonies of #275EC2
Complementary color
Monochromatic Colors of #275EC2
Black with #275EC2
Text Example
Text Example
White with #275EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275EC2; }
p { color: rgb(39,94,194); }
H1.HeaderClassName
{
color: #275EC2;
}
.AnyTagClassName
{
color: #275EC2;
}
</style>
background-color css
<style>
a { background-color: #275EC2; }
a { background-color: rgb(39,94,194); }
div.DivClassName
{
background-color: #275EC2;
}
.BgClassName
{
background-color: #275EC2;
}
</style>
border-color css
<style>
span { border-color: #275EC2; }
span { border-color: rgb(39,94,194); }
td.TdClassName
{
border-color: #275EC2;
}
.TagClassName
{
border-color: #275EC2;
}
</style>