Shades of Cerulean Blue #275BC7
Tints of Cerulean Blue #275BC7
RGB
CMYK
RGB Variations
Color information
#275BC7 (or 0x275BC7) is known color: Cerulean Blue. HEX triplet: 27, 5B and C7. RGB value is (39,91,199). Sum of RGB (Red+Green+Blue) = 39+91+199=329 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.85% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 199 (78.12% from 255 or 60.49% from 329); Max value from RGB is 199 - color contains mainly: blue. Hex color #275BC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275BC7 is #D8A438. Grayscale: #575757. Windows color (decimal): -14197817 or 13064999. OLE color: 13064999.
HSL color Cylindrical-coordinate representation of color #275BC7: hue angle of 220.5º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #275BC7 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 39 | 91 | 199 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.22 |
| HSL | 220.5º | 0.67% | 0.47% | - |
| HSV(B) | 220.5º | 0.8% | 0.78% | - |
| XYZ | 14.89 | 12.04 | 55.57 | - |
| YUV | 87.76 | 190.77 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 199 | 0.80 | 0.54 | 0 | 0.22 | 220.5 | 0.67 | 0.47 |
| Hex | 27 | 5B | C7 | 50 | 36 | 0 | 16 | DC | 43 | 2F |
| Octal | 47 | 133 | 307 | 120 | 66 | 0 | 26 | 334 | 103 | 57 |
| Binary | 100111 | 1011011 | 11000111 | 1010000 | 110110 | 0 | 10110 | 11011100 | 1000011 | 101111 |
Color Harmonies of #275BC7
Complementary color
Monochromatic Colors of #275BC7
Black with #275BC7
Text Example
Text Example
White with #275BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275BC7; }
p { color: rgb(39,91,199); }
H1.HeaderClassName
{
color: #275BC7;
}
.AnyTagClassName
{
color: #275BC7;
}
</style>
background-color css
<style>
a { background-color: #275BC7; }
a { background-color: rgb(39,91,199); }
div.DivClassName
{
background-color: #275BC7;
}
.BgClassName
{
background-color: #275BC7;
}
</style>
border-color css
<style>
span { border-color: #275BC7; }
span { border-color: rgb(39,91,199); }
td.TdClassName
{
border-color: #275BC7;
}
.TagClassName
{
border-color: #275BC7;
}
</style>