Shades of Cerulean Blue #275ECB
Tints of Cerulean Blue #275ECB
RGB
CMYK
RGB Variations
Color information
#275ECB (or 0x275ECB) is known color: Cerulean Blue. HEX triplet: 27, 5E and CB. RGB value is (39,94,203). Sum of RGB (Red+Green+Blue) = 39+94+203=336 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.61% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #275ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275ECB is #D8A134. Grayscale: #595959. Windows color (decimal): -14197045 or 13327911. OLE color: 13327911.
HSL color Cylindrical-coordinate representation of color #275ECB: hue angle of 219.88º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #275ECB is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 94 | 203 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.20 |
| HSL | 219.88º | 0.68% | 0.47% | - |
| HSV(B) | 219.88º | 0.81% | 0.8% | - |
| XYZ | 15.62 | 12.75 | 58.14 | - |
| YUV | 89.98 | 191.78 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 94 | 203 | 0.81 | 0.54 | 0 | 0.20 | 219.88 | 0.68 | 0.47 |
| Hex | 27 | 5E | CB | 51 | 36 | 0 | 14 | DC | 44 | 2F |
| Octal | 47 | 136 | 313 | 121 | 66 | 0 | 24 | 334 | 104 | 57 |
| Binary | 100111 | 1011110 | 11001011 | 1010001 | 110110 | 0 | 10100 | 11011100 | 1000100 | 101111 |
Color Harmonies of #275ECB
Complementary color
Monochromatic Colors of #275ECB
Black with #275ECB
Text Example
Text Example
White with #275ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275ECB; }
p { color: rgb(39,94,203); }
H1.HeaderClassName
{
color: #275ECB;
}
.AnyTagClassName
{
color: #275ECB;
}
</style>
background-color css
<style>
a { background-color: #275ECB; }
a { background-color: rgb(39,94,203); }
div.DivClassName
{
background-color: #275ECB;
}
.BgClassName
{
background-color: #275ECB;
}
</style>
border-color css
<style>
span { border-color: #275ECB; }
span { border-color: rgb(39,94,203); }
td.TdClassName
{
border-color: #275ECB;
}
.TagClassName
{
border-color: #275ECB;
}
</style>