Shades of Cerulean Blue #2750B9
Tints of Cerulean Blue #2750B9
RGB
CMYK
RGB Variations
Color information
#2750B9 (or 0x2750B9) is known color: Cerulean Blue. HEX triplet: 27, 50 and B9. RGB value is (39,80,185). Sum of RGB (Red+Green+Blue) = 39+80+185=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 185 (72.66% from 255 or 60.86% from 304); Max value from RGB is 185 - color contains mainly: blue. Hex color #2750B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2750B9 is #D8AF46. Grayscale: #4F4F4F. Windows color (decimal): -14200647 or 12144679. OLE color: 12144679.
HSL color Cylindrical-coordinate representation of color #2750B9: hue angle of 223.15º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2750B9 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 80 | 185 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.27 |
| HSL | 223.15º | 0.65% | 0.44% | - |
| HSV(B) | 223.15º | 0.79% | 0.73% | - |
| XYZ | 12.46 | 9.67 | 47.11 | - |
| YUV | 79.71 | 187.42 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 80 | 185 | 0.79 | 0.57 | 0 | 0.27 | 223.15 | 0.65 | 0.44 |
| Hex | 27 | 50 | B9 | 4F | 39 | 0 | 1B | DF | 41 | 2C |
| Octal | 47 | 120 | 271 | 117 | 71 | 0 | 33 | 337 | 101 | 54 |
| Binary | 100111 | 1010000 | 10111001 | 1001111 | 111001 | 0 | 11011 | 11011111 | 1000001 | 101100 |
Color Harmonies of #2750B9
Complementary color
Monochromatic Colors of #2750B9
Black with #2750B9
Text Example
Text Example
White with #2750B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2750B9; }
p { color: rgb(39,80,185); }
H1.HeaderClassName
{
color: #2750B9;
}
.AnyTagClassName
{
color: #2750B9;
}
</style>
background-color css
<style>
a { background-color: #2750B9; }
a { background-color: rgb(39,80,185); }
div.DivClassName
{
background-color: #2750B9;
}
.BgClassName
{
background-color: #2750B9;
}
</style>
border-color css
<style>
span { border-color: #2750B9; }
span { border-color: rgb(39,80,185); }
td.TdClassName
{
border-color: #2750B9;
}
.TagClassName
{
border-color: #2750B9;
}
</style>