Shades of Cerulean Blue #2F48BA
Tints of Cerulean Blue #2F48BA
RGB
CMYK
RGB Variations
Color information
#2F48BA (or 0x2F48BA) is known color: Cerulean Blue. HEX triplet: 2F, 48 and BA. RGB value is (47,72,186). Sum of RGB (Red+Green+Blue) = 47+72+186=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F48BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F48BA is #D0B745. Grayscale: #4D4D4D. Windows color (decimal): -13678406 or 12208175. OLE color: 12208175.
HSL color Cylindrical-coordinate representation of color #2F48BA: hue angle of 229.21º 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 #2F48BA is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 72 | 186 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.27 |
| HSL | 229.21º | 0.6% | 0.46% | - |
| HSV(B) | 229.21º | 0.75% | 0.73% | - |
| XYZ | 12.35 | 8.78 | 47.5 | - |
| YUV | 77.52 | 189.22 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 72 | 186 | 0.75 | 0.61 | 0 | 0.27 | 229.21 | 0.6 | 0.46 |
| Hex | 2F | 48 | BA | 4B | 3D | 0 | 1B | E5 | 3C | 2E |
| Octal | 57 | 110 | 272 | 113 | 75 | 0 | 33 | 345 | 74 | 56 |
| Binary | 101111 | 1001000 | 10111010 | 1001011 | 111101 | 0 | 11011 | 11100101 | 111100 | 101110 |
Color Harmonies of #2F48BA
Complementary color
Monochromatic Colors of #2F48BA
Black with #2F48BA
Text Example
Text Example
White with #2F48BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F48BA; }
p { color: rgb(47,72,186); }
H1.HeaderClassName
{
color: #2F48BA;
}
.AnyTagClassName
{
color: #2F48BA;
}
</style>
background-color css
<style>
a { background-color: #2F48BA; }
a { background-color: rgb(47,72,186); }
div.DivClassName
{
background-color: #2F48BA;
}
.BgClassName
{
background-color: #2F48BA;
}
</style>
border-color css
<style>
span { border-color: #2F48BA; }
span { border-color: rgb(47,72,186); }
td.TdClassName
{
border-color: #2F48BA;
}
.TagClassName
{
border-color: #2F48BA;
}
</style>