Shades of Cerulean Blue #275DC6
Tints of Cerulean Blue #275DC6
RGB
CMYK
RGB Variations
Color information
#275DC6 (or 0x275DC6) is known color: Cerulean Blue. HEX triplet: 27, 5D and C6. RGB value is (39,93,198). Sum of RGB (Red+Green+Blue) = 39+93+198=330 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.82% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 198 (77.73% from 255 or 60% from 330); Max value from RGB is 198 - color contains mainly: blue. Hex color #275DC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275DC6 is #D8A239. Grayscale: #585858. Windows color (decimal): -14197306 or 12999975. OLE color: 12999975.
HSL color Cylindrical-coordinate representation of color #275DC6: hue angle of 219.62º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #275DC6 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 39 | 93 | 198 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.22 |
| HSL | 219.62º | 0.67% | 0.46% | - |
| HSV(B) | 219.62º | 0.8% | 0.78% | - |
| XYZ | 14.94 | 12.34 | 55.02 | - |
| YUV | 88.82 | 189.61 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 198 | 0.80 | 0.53 | 0 | 0.22 | 219.62 | 0.67 | 0.46 |
| Hex | 27 | 5D | C6 | 50 | 35 | 0 | 16 | DC | 43 | 2E |
| Octal | 47 | 135 | 306 | 120 | 65 | 0 | 26 | 334 | 103 | 56 |
| Binary | 100111 | 1011101 | 11000110 | 1010000 | 110101 | 0 | 10110 | 11011100 | 1000011 | 101110 |
Color Harmonies of #275DC6
Complementary color
Monochromatic Colors of #275DC6
Black with #275DC6
Text Example
Text Example
White with #275DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275DC6; }
p { color: rgb(39,93,198); }
H1.HeaderClassName
{
color: #275DC6;
}
.AnyTagClassName
{
color: #275DC6;
}
</style>
background-color css
<style>
a { background-color: #275DC6; }
a { background-color: rgb(39,93,198); }
div.DivClassName
{
background-color: #275DC6;
}
.BgClassName
{
background-color: #275DC6;
}
</style>
border-color css
<style>
span { border-color: #275DC6; }
span { border-color: rgb(39,93,198); }
td.TdClassName
{
border-color: #275DC6;
}
.TagClassName
{
border-color: #275DC6;
}
</style>