Shades of Cerulean Blue #2F50AC
Tints of Cerulean Blue #2F50AC
RGB
CMYK
RGB Variations
Color information
#2F50AC (or 0x2F50AC) is known color: Cerulean Blue. HEX triplet: 2F, 50 and AC. RGB value is (47,80,172). Sum of RGB (Red+Green+Blue) = 47+80+172=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F50AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F50AC is #D0AF53. Grayscale: #505050. Windows color (decimal): -13676372 or 11292719. OLE color: 11292719.
HSL color Cylindrical-coordinate representation of color #2F50AC: hue angle of 224.16º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F50AC is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 80 | 172 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.33 |
| HSL | 224.16º | 0.57% | 0.43% | - |
| HSV(B) | 224.16º | 0.73% | 0.67% | - |
| XYZ | 11.49 | 9.32 | 40.22 | - |
| YUV | 80.62 | 179.57 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 80 | 172 | 0.73 | 0.53 | 0 | 0.33 | 224.16 | 0.57 | 0.43 |
| Hex | 2F | 50 | AC | 49 | 35 | 0 | 21 | E0 | 39 | 2B |
| Octal | 57 | 120 | 254 | 111 | 65 | 0 | 41 | 340 | 71 | 53 |
| Binary | 101111 | 1010000 | 10101100 | 1001001 | 110101 | 0 | 100001 | 11100000 | 111001 | 101011 |
Color Harmonies of #2F50AC
Complementary color
Monochromatic Colors of #2F50AC
Black with #2F50AC
Text Example
Text Example
White with #2F50AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F50AC; }
p { color: rgb(47,80,172); }
H1.HeaderClassName
{
color: #2F50AC;
}
.AnyTagClassName
{
color: #2F50AC;
}
</style>
background-color css
<style>
a { background-color: #2F50AC; }
a { background-color: rgb(47,80,172); }
div.DivClassName
{
background-color: #2F50AC;
}
.BgClassName
{
background-color: #2F50AC;
}
</style>
border-color css
<style>
span { border-color: #2F50AC; }
span { border-color: rgb(47,80,172); }
td.TdClassName
{
border-color: #2F50AC;
}
.TagClassName
{
border-color: #2F50AC;
}
</style>