Shades of Cerulean Blue #2F47BA
Tints of Cerulean Blue #2F47BA
RGB
CMYK
RGB Variations
Color information
#2F47BA (or 0x2F47BA) is known color: Cerulean Blue. HEX triplet: 2F, 47 and BA. RGB value is (47,71,186). Sum of RGB (Red+Green+Blue) = 47+71+186=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F47BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F47BA is #D0B845. Grayscale: #4C4C4C. Windows color (decimal): -13678662 or 12207919. OLE color: 12207919.
HSL color Cylindrical-coordinate representation of color #2F47BA: hue angle of 229.64º 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 #2F47BA is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 71 | 186 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.27 |
| HSL | 229.64º | 0.6% | 0.46% | - |
| HSV(B) | 229.64º | 0.75% | 0.73% | - |
| XYZ | 12.29 | 8.66 | 47.48 | - |
| YUV | 76.93 | 189.55 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 71 | 186 | 0.75 | 0.62 | 0 | 0.27 | 229.64 | 0.6 | 0.46 |
| Hex | 2F | 47 | BA | 4B | 3E | 0 | 1B | E6 | 3C | 2E |
| Octal | 57 | 107 | 272 | 113 | 76 | 0 | 33 | 346 | 74 | 56 |
| Binary | 101111 | 1000111 | 10111010 | 1001011 | 111110 | 0 | 11011 | 11100110 | 111100 | 101110 |
Color Harmonies of #2F47BA
Complementary color
Monochromatic Colors of #2F47BA
Black with #2F47BA
Text Example
Text Example
White with #2F47BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F47BA; }
p { color: rgb(47,71,186); }
H1.HeaderClassName
{
color: #2F47BA;
}
.AnyTagClassName
{
color: #2F47BA;
}
</style>
background-color css
<style>
a { background-color: #2F47BA; }
a { background-color: rgb(47,71,186); }
div.DivClassName
{
background-color: #2F47BA;
}
.BgClassName
{
background-color: #2F47BA;
}
</style>
border-color css
<style>
span { border-color: #2F47BA; }
span { border-color: rgb(47,71,186); }
td.TdClassName
{
border-color: #2F47BA;
}
.TagClassName
{
border-color: #2F47BA;
}
</style>