Shades of Cerulean Blue #2F56BB
Tints of Cerulean Blue #2F56BB
RGB
CMYK
RGB Variations
Color information
#2F56BB (or 0x2F56BB) is known color: Cerulean Blue. HEX triplet: 2F, 56 and BB. RGB value is (47,86,187). Sum of RGB (Red+Green+Blue) = 47+86+187=320 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.69% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F56BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F56BB is #D0A944. Grayscale: #555555. Windows color (decimal): -13674821 or 12277295. OLE color: 12277295.
HSL color Cylindrical-coordinate representation of color #2F56BB: hue angle of 223.29º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F56BB is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 86 | 187 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.27 |
| HSL | 223.29º | 0.6% | 0.46% | - |
| HSV(B) | 223.29º | 0.75% | 0.73% | - |
| XYZ | 13.47 | 10.85 | 48.4 | - |
| YUV | 85.85 | 185.08 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 86 | 187 | 0.75 | 0.54 | 0 | 0.27 | 223.29 | 0.6 | 0.46 |
| Hex | 2F | 56 | BB | 4B | 36 | 0 | 1B | DF | 3C | 2E |
| Octal | 57 | 126 | 273 | 113 | 66 | 0 | 33 | 337 | 74 | 56 |
| Binary | 101111 | 1010110 | 10111011 | 1001011 | 110110 | 0 | 11011 | 11011111 | 111100 | 101110 |
Color Harmonies of #2F56BB
Complementary color
Monochromatic Colors of #2F56BB
Black with #2F56BB
Text Example
Text Example
White with #2F56BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F56BB; }
p { color: rgb(47,86,187); }
H1.HeaderClassName
{
color: #2F56BB;
}
.AnyTagClassName
{
color: #2F56BB;
}
</style>
background-color css
<style>
a { background-color: #2F56BB; }
a { background-color: rgb(47,86,187); }
div.DivClassName
{
background-color: #2F56BB;
}
.BgClassName
{
background-color: #2F56BB;
}
</style>
border-color css
<style>
span { border-color: #2F56BB; }
span { border-color: rgb(47,86,187); }
td.TdClassName
{
border-color: #2F56BB;
}
.TagClassName
{
border-color: #2F56BB;
}
</style>