Shades of Cerulean Blue #275ABA
Tints of Cerulean Blue #275ABA
RGB
CMYK
RGB Variations
Color information
#275ABA (or 0x275ABA) is known color: Cerulean Blue. HEX triplet: 27, 5A and BA. RGB value is (39,90,186). Sum of RGB (Red+Green+Blue) = 39+90+186=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #275ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275ABA is #D8A545. Grayscale: #555555. Windows color (decimal): -14198086 or 12212775. OLE color: 12212775.
HSL color Cylindrical-coordinate representation of color #275ABA: hue angle of 219.18º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #275ABA is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 90 | 186 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.27 |
| HSL | 219.18º | 0.65% | 0.44% | - |
| HSV(B) | 219.18º | 0.79% | 0.73% | - |
| XYZ | 13.36 | 11.29 | 47.93 | - |
| YUV | 85.7 | 184.6 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 90 | 186 | 0.79 | 0.52 | 0 | 0.27 | 219.18 | 0.65 | 0.44 |
| Hex | 27 | 5A | BA | 4F | 34 | 0 | 1B | DB | 41 | 2C |
| Octal | 47 | 132 | 272 | 117 | 64 | 0 | 33 | 333 | 101 | 54 |
| Binary | 100111 | 1011010 | 10111010 | 1001111 | 110100 | 0 | 11011 | 11011011 | 1000001 | 101100 |
Color Harmonies of #275ABA
Complementary color
Monochromatic Colors of #275ABA
Black with #275ABA
Text Example
Text Example
White with #275ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275ABA; }
p { color: rgb(39,90,186); }
H1.HeaderClassName
{
color: #275ABA;
}
.AnyTagClassName
{
color: #275ABA;
}
</style>
background-color css
<style>
a { background-color: #275ABA; }
a { background-color: rgb(39,90,186); }
div.DivClassName
{
background-color: #275ABA;
}
.BgClassName
{
background-color: #275ABA;
}
</style>
border-color css
<style>
span { border-color: #275ABA; }
span { border-color: rgb(39,90,186); }
td.TdClassName
{
border-color: #275ABA;
}
.TagClassName
{
border-color: #275ABA;
}
</style>