Shades of Cerulean Blue #275DCB
Tints of Cerulean Blue #275DCB
RGB
CMYK
RGB Variations
Color information
#275DCB (or 0x275DCB) is known color: Cerulean Blue. HEX triplet: 27, 5D and CB. RGB value is (39,93,203). Sum of RGB (Red+Green+Blue) = 39+93+203=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #275DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275DCB is #D8A234. Grayscale: #585858. Windows color (decimal): -14197301 or 13327655. OLE color: 13327655.
HSL color Cylindrical-coordinate representation of color #275DCB: hue angle of 220.24º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #275DCB is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 93 | 203 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.20 |
| HSL | 220.24º | 0.68% | 0.47% | - |
| HSV(B) | 220.24º | 0.81% | 0.8% | - |
| XYZ | 15.53 | 12.57 | 58.11 | - |
| YUV | 89.39 | 192.11 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 203 | 0.81 | 0.54 | 0 | 0.20 | 220.24 | 0.68 | 0.47 |
| Hex | 27 | 5D | CB | 51 | 36 | 0 | 14 | DC | 44 | 2F |
| Octal | 47 | 135 | 313 | 121 | 66 | 0 | 24 | 334 | 104 | 57 |
| Binary | 100111 | 1011101 | 11001011 | 1010001 | 110110 | 0 | 10100 | 11011100 | 1000100 | 101111 |
Color Harmonies of #275DCB
Complementary color
Monochromatic Colors of #275DCB
Black with #275DCB
Text Example
Text Example
White with #275DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275DCB; }
p { color: rgb(39,93,203); }
H1.HeaderClassName
{
color: #275DCB;
}
.AnyTagClassName
{
color: #275DCB;
}
</style>
background-color css
<style>
a { background-color: #275DCB; }
a { background-color: rgb(39,93,203); }
div.DivClassName
{
background-color: #275DCB;
}
.BgClassName
{
background-color: #275DCB;
}
</style>
border-color css
<style>
span { border-color: #275DCB; }
span { border-color: rgb(39,93,203); }
td.TdClassName
{
border-color: #275DCB;
}
.TagClassName
{
border-color: #275DCB;
}
</style>