Shades of Cerulean Blue #275CBF
Tints of Cerulean Blue #275CBF
RGB
CMYK
RGB Variations
Color information
#275CBF (or 0x275CBF) is known color: Cerulean Blue. HEX triplet: 27, 5C and BF. RGB value is (39,92,191). Sum of RGB (Red+Green+Blue) = 39+92+191=322 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.11% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 191 (75% from 255 or 59.32% from 322); Max value from RGB is 191 - color contains mainly: blue. Hex color #275CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275CBF is #D8A340. Grayscale: #565656. Windows color (decimal): -14197569 or 12540967. OLE color: 12540967.
HSL color Cylindrical-coordinate representation of color #275CBF: hue angle of 219.08º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #275CBF is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 92 | 191 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.25 |
| HSL | 219.08º | 0.66% | 0.45% | - |
| HSV(B) | 219.08º | 0.8% | 0.75% | - |
| XYZ | 14.07 | 11.85 | 50.84 | - |
| YUV | 87.44 | 186.44 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 191 | 0.80 | 0.52 | 0 | 0.25 | 219.08 | 0.66 | 0.45 |
| Hex | 27 | 5C | BF | 50 | 34 | 0 | 19 | DB | 42 | 2D |
| Octal | 47 | 134 | 277 | 120 | 64 | 0 | 31 | 333 | 102 | 55 |
| Binary | 100111 | 1011100 | 10111111 | 1010000 | 110100 | 0 | 11001 | 11011011 | 1000010 | 101101 |
Color Harmonies of #275CBF
Complementary color
Monochromatic Colors of #275CBF
Black with #275CBF
Text Example
Text Example
White with #275CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275CBF; }
p { color: rgb(39,92,191); }
H1.HeaderClassName
{
color: #275CBF;
}
.AnyTagClassName
{
color: #275CBF;
}
</style>
background-color css
<style>
a { background-color: #275CBF; }
a { background-color: rgb(39,92,191); }
div.DivClassName
{
background-color: #275CBF;
}
.BgClassName
{
background-color: #275CBF;
}
</style>
border-color css
<style>
span { border-color: #275CBF; }
span { border-color: rgb(39,92,191); }
td.TdClassName
{
border-color: #275CBF;
}
.TagClassName
{
border-color: #275CBF;
}
</style>