Shades of Cerulean Blue #275FCC
Tints of Cerulean Blue #275FCC
RGB
CMYK
RGB Variations
Color information
#275FCC (or 0x275FCC) is known color: Cerulean Blue. HEX triplet: 27, 5F and CC. RGB value is (39,95,204). Sum of RGB (Red+Green+Blue) = 39+95+204=338 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.54% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #275FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275FCC is #D8A033. Grayscale: #5A5A5A. Windows color (decimal): -14196788 or 13393703. OLE color: 13393703.
HSL color Cylindrical-coordinate representation of color #275FCC: hue angle of 219.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #275FCC is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 39 | 95 | 204 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.2 |
| HSL | 219.64º | 0.68% | 0.48% | - |
| HSV(B) | 219.64º | 0.81% | 0.8% | - |
| XYZ | 15.83 | 12.98 | 58.8 | - |
| YUV | 90.68 | 191.95 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 95 | 204 | 0.81 | 0.53 | 0 | 0.2 | 219.64 | 0.68 | 0.48 |
| Hex | 27 | 5F | CC | 51 | 35 | 0 | 14 | DC | 44 | 30 |
| Octal | 47 | 137 | 314 | 121 | 65 | 0 | 24 | 334 | 104 | 60 |
| Binary | 100111 | 1011111 | 11001100 | 1010001 | 110101 | 0 | 10100 | 11011100 | 1000100 | 110000 |
Color Harmonies of #275FCC
Complementary color
Monochromatic Colors of #275FCC
Black with #275FCC
Text Example
Text Example
White with #275FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275FCC; }
p { color: rgb(39,95,204); }
H1.HeaderClassName
{
color: #275FCC;
}
.AnyTagClassName
{
color: #275FCC;
}
</style>
background-color css
<style>
a { background-color: #275FCC; }
a { background-color: rgb(39,95,204); }
div.DivClassName
{
background-color: #275FCC;
}
.BgClassName
{
background-color: #275FCC;
}
</style>
border-color css
<style>
span { border-color: #275FCC; }
span { border-color: rgb(39,95,204); }
td.TdClassName
{
border-color: #275FCC;
}
.TagClassName
{
border-color: #275FCC;
}
</style>