Shades of Cerulean Blue #275DC9
Tints of Cerulean Blue #275DC9
RGB
CMYK
RGB Variations
Color information
#275DC9 (or 0x275DC9) is known color: Cerulean Blue. HEX triplet: 27, 5D and C9. RGB value is (39,93,201). Sum of RGB (Red+Green+Blue) = 39+93+201=333 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.71% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 201 (78.91% from 255 or 60.36% from 333); Max value from RGB is 201 - color contains mainly: blue. Hex color #275DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275DC9 is #D8A236. Grayscale: #585858. Windows color (decimal): -14197303 or 13196583. OLE color: 13196583.
HSL color Cylindrical-coordinate representation of color #275DC9: hue angle of 220º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #275DC9 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 93 | 201 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.21 |
| HSL | 220º | 0.68% | 0.47% | - |
| HSV(B) | 220º | 0.81% | 0.79% | - |
| XYZ | 15.29 | 12.48 | 56.86 | - |
| YUV | 89.17 | 191.11 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 201 | 0.81 | 0.54 | 0 | 0.21 | 220 | 0.68 | 0.47 |
| Hex | 27 | 5D | C9 | 51 | 36 | 0 | 15 | DC | 44 | 2F |
| Octal | 47 | 135 | 311 | 121 | 66 | 0 | 25 | 334 | 104 | 57 |
| Binary | 100111 | 1011101 | 11001001 | 1010001 | 110110 | 0 | 10101 | 11011100 | 1000100 | 101111 |
Color Harmonies of #275DC9
Complementary color
Monochromatic Colors of #275DC9
Black with #275DC9
Text Example
Text Example
White with #275DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275DC9; }
p { color: rgb(39,93,201); }
H1.HeaderClassName
{
color: #275DC9;
}
.AnyTagClassName
{
color: #275DC9;
}
</style>
background-color css
<style>
a { background-color: #275DC9; }
a { background-color: rgb(39,93,201); }
div.DivClassName
{
background-color: #275DC9;
}
.BgClassName
{
background-color: #275DC9;
}
</style>
border-color css
<style>
span { border-color: #275DC9; }
span { border-color: rgb(39,93,201); }
td.TdClassName
{
border-color: #275DC9;
}
.TagClassName
{
border-color: #275DC9;
}
</style>