Shades of Cerulean Blue #275BC8
Tints of Cerulean Blue #275BC8
RGB
CMYK
RGB Variations
Color information
#275BC8 (or 0x275BC8) is known color: Cerulean Blue. HEX triplet: 27, 5B and C8. RGB value is (39,91,200). Sum of RGB (Red+Green+Blue) = 39+91+200=330 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.82% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 200 (78.52% from 255 or 60.61% from 330); Max value from RGB is 200 - color contains mainly: blue. Hex color #275BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275BC8 is #D8A437. Grayscale: #575757. Windows color (decimal): -14197816 or 13130535. OLE color: 13130535.
HSL color Cylindrical-coordinate representation of color #275BC8: hue angle of 220.62º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #275BC8 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 39 | 91 | 200 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.22 |
| HSL | 220.62º | 0.67% | 0.47% | - |
| HSV(B) | 220.62º | 0.81% | 0.78% | - |
| XYZ | 15 | 12.08 | 56.19 | - |
| YUV | 87.88 | 191.27 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 200 | 0.80 | 0.54 | 0 | 0.22 | 220.62 | 0.67 | 0.47 |
| Hex | 27 | 5B | C8 | 50 | 36 | 0 | 16 | DD | 43 | 2F |
| Octal | 47 | 133 | 310 | 120 | 66 | 0 | 26 | 335 | 103 | 57 |
| Binary | 100111 | 1011011 | 11001000 | 1010000 | 110110 | 0 | 10110 | 11011101 | 1000011 | 101111 |
Color Harmonies of #275BC8
Complementary color
Monochromatic Colors of #275BC8
Black with #275BC8
Text Example
Text Example
White with #275BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275BC8; }
p { color: rgb(39,91,200); }
H1.HeaderClassName
{
color: #275BC8;
}
.AnyTagClassName
{
color: #275BC8;
}
</style>
background-color css
<style>
a { background-color: #275BC8; }
a { background-color: rgb(39,91,200); }
div.DivClassName
{
background-color: #275BC8;
}
.BgClassName
{
background-color: #275BC8;
}
</style>
border-color css
<style>
span { border-color: #275BC8; }
span { border-color: rgb(39,91,200); }
td.TdClassName
{
border-color: #275BC8;
}
.TagClassName
{
border-color: #275BC8;
}
</style>