Shades of Cerulean Blue #275BCB
Tints of Cerulean Blue #275BCB
RGB
CMYK
RGB Variations
Color information
#275BCB (or 0x275BCB) is known color: Cerulean Blue. HEX triplet: 27, 5B and CB. RGB value is (39,91,203). Sum of RGB (Red+Green+Blue) = 39+91+203=333 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.71% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #275BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275BCB is #D8A434. Grayscale: #575757. Windows color (decimal): -14197813 or 13327143. OLE color: 13327143.
HSL color Cylindrical-coordinate representation of color #275BCB: hue angle of 220.98º 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 #275BCB is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 91 | 203 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.20 |
| HSL | 220.98º | 0.68% | 0.47% | - |
| HSV(B) | 220.98º | 0.81% | 0.8% | - |
| XYZ | 15.36 | 12.23 | 58.05 | - |
| YUV | 88.22 | 192.77 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 203 | 0.81 | 0.55 | 0 | 0.20 | 220.98 | 0.68 | 0.47 |
| Hex | 27 | 5B | CB | 51 | 37 | 0 | 14 | DD | 44 | 2F |
| Octal | 47 | 133 | 313 | 121 | 67 | 0 | 24 | 335 | 104 | 57 |
| Binary | 100111 | 1011011 | 11001011 | 1010001 | 110111 | 0 | 10100 | 11011101 | 1000100 | 101111 |
Color Harmonies of #275BCB
Complementary color
Monochromatic Colors of #275BCB
Black with #275BCB
Text Example
Text Example
White with #275BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275BCB; }
p { color: rgb(39,91,203); }
H1.HeaderClassName
{
color: #275BCB;
}
.AnyTagClassName
{
color: #275BCB;
}
</style>
background-color css
<style>
a { background-color: #275BCB; }
a { background-color: rgb(39,91,203); }
div.DivClassName
{
background-color: #275BCB;
}
.BgClassName
{
background-color: #275BCB;
}
</style>
border-color css
<style>
span { border-color: #275BCB; }
span { border-color: rgb(39,91,203); }
td.TdClassName
{
border-color: #275BCB;
}
.TagClassName
{
border-color: #275BCB;
}
</style>