Shades of Cerulean Blue #275FCE
Tints of Cerulean Blue #275FCE
RGB
CMYK
RGB Variations
Color information
#275FCE (or 0x275FCE) is known color: Cerulean Blue. HEX triplet: 27, 5F and CE. RGB value is (39,95,206). Sum of RGB (Red+Green+Blue) = 39+95+206=340 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.47% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #275FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275FCE is #D8A031. Grayscale: #5A5A5A. Windows color (decimal): -14196786 or 13524775. OLE color: 13524775.
HSL color Cylindrical-coordinate representation of color #275FCE: hue angle of 219.88º 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 #275FCE is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 95 | 206 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.19 |
| HSL | 219.88º | 0.68% | 0.48% | - |
| HSV(B) | 219.88º | 0.81% | 0.81% | - |
| XYZ | 16.07 | 13.07 | 60.07 | - |
| YUV | 90.91 | 192.95 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 95 | 206 | 0.81 | 0.54 | 0 | 0.19 | 219.88 | 0.68 | 0.48 |
| Hex | 27 | 5F | CE | 51 | 36 | 0 | 13 | DC | 44 | 30 |
| Octal | 47 | 137 | 316 | 121 | 66 | 0 | 23 | 334 | 104 | 60 |
| Binary | 100111 | 1011111 | 11001110 | 1010001 | 110110 | 0 | 10011 | 11011100 | 1000100 | 110000 |
Color Harmonies of #275FCE
Complementary color
Monochromatic Colors of #275FCE
Black with #275FCE
Text Example
Text Example
White with #275FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275FCE; }
p { color: rgb(39,95,206); }
H1.HeaderClassName
{
color: #275FCE;
}
.AnyTagClassName
{
color: #275FCE;
}
</style>
background-color css
<style>
a { background-color: #275FCE; }
a { background-color: rgb(39,95,206); }
div.DivClassName
{
background-color: #275FCE;
}
.BgClassName
{
background-color: #275FCE;
}
</style>
border-color css
<style>
span { border-color: #275FCE; }
span { border-color: rgb(39,95,206); }
td.TdClassName
{
border-color: #275FCE;
}
.TagClassName
{
border-color: #275FCE;
}
</style>