Shades of Cerulean Blue #2F52BA
Tints of Cerulean Blue #2F52BA
RGB
CMYK
RGB Variations
Color information
#2F52BA (or 0x2F52BA) is known color: Cerulean Blue. HEX triplet: 2F, 52 and BA. RGB value is (47,82,186). Sum of RGB (Red+Green+Blue) = 47+82+186=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F52BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F52BA is #D0AD45. Grayscale: #525252. Windows color (decimal): -13675846 or 12210735. OLE color: 12210735.
HSL color Cylindrical-coordinate representation of color #2F52BA: hue angle of 224.89º 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 #2F52BA is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 82 | 186 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.27 |
| HSL | 224.89º | 0.6% | 0.46% | - |
| HSV(B) | 224.89º | 0.75% | 0.73% | - |
| XYZ | 13.05 | 10.18 | 47.73 | - |
| YUV | 83.39 | 185.9 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 82 | 186 | 0.75 | 0.56 | 0 | 0.27 | 224.89 | 0.6 | 0.46 |
| Hex | 2F | 52 | BA | 4B | 38 | 0 | 1B | E1 | 3C | 2E |
| Octal | 57 | 122 | 272 | 113 | 70 | 0 | 33 | 341 | 74 | 56 |
| Binary | 101111 | 1010010 | 10111010 | 1001011 | 111000 | 0 | 11011 | 11100001 | 111100 | 101110 |
Color Harmonies of #2F52BA
Complementary color
Monochromatic Colors of #2F52BA
Black with #2F52BA
Text Example
Text Example
White with #2F52BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F52BA; }
p { color: rgb(47,82,186); }
H1.HeaderClassName
{
color: #2F52BA;
}
.AnyTagClassName
{
color: #2F52BA;
}
</style>
background-color css
<style>
a { background-color: #2F52BA; }
a { background-color: rgb(47,82,186); }
div.DivClassName
{
background-color: #2F52BA;
}
.BgClassName
{
background-color: #2F52BA;
}
</style>
border-color css
<style>
span { border-color: #2F52BA; }
span { border-color: rgb(47,82,186); }
td.TdClassName
{
border-color: #2F52BA;
}
.TagClassName
{
border-color: #2F52BA;
}
</style>