Shades of Cerulean Blue #2F4FBA
Tints of Cerulean Blue #2F4FBA
RGB
CMYK
RGB Variations
Color information
#2F4FBA (or 0x2F4FBA) is known color: Cerulean Blue. HEX triplet: 2F, 4F and BA. RGB value is (47,79,186). Sum of RGB (Red+Green+Blue) = 47+79+186=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F4FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F4FBA is #D0B045. Grayscale: #515151. Windows color (decimal): -13676614 or 12209967. OLE color: 12209967.
HSL color Cylindrical-coordinate representation of color #2F4FBA: hue angle of 226.19º 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 #2F4FBA is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 79 | 186 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.27 |
| HSL | 226.19º | 0.6% | 0.46% | - |
| HSV(B) | 226.19º | 0.75% | 0.73% | - |
| XYZ | 12.83 | 9.74 | 47.66 | - |
| YUV | 81.63 | 186.9 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 79 | 186 | 0.75 | 0.58 | 0 | 0.27 | 226.19 | 0.6 | 0.46 |
| Hex | 2F | 4F | BA | 4B | 3A | 0 | 1B | E2 | 3C | 2E |
| Octal | 57 | 117 | 272 | 113 | 72 | 0 | 33 | 342 | 74 | 56 |
| Binary | 101111 | 1001111 | 10111010 | 1001011 | 111010 | 0 | 11011 | 11100010 | 111100 | 101110 |
Color Harmonies of #2F4FBA
Complementary color
Monochromatic Colors of #2F4FBA
Black with #2F4FBA
Text Example
Text Example
White with #2F4FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4FBA; }
p { color: rgb(47,79,186); }
H1.HeaderClassName
{
color: #2F4FBA;
}
.AnyTagClassName
{
color: #2F4FBA;
}
</style>
background-color css
<style>
a { background-color: #2F4FBA; }
a { background-color: rgb(47,79,186); }
div.DivClassName
{
background-color: #2F4FBA;
}
.BgClassName
{
background-color: #2F4FBA;
}
</style>
border-color css
<style>
span { border-color: #2F4FBA; }
span { border-color: rgb(47,79,186); }
td.TdClassName
{
border-color: #2F4FBA;
}
.TagClassName
{
border-color: #2F4FBA;
}
</style>