Shades of Cerulean Blue #2F47CB
Tints of Cerulean Blue #2F47CB
RGB
CMYK
RGB Variations
Color information
#2F47CB (or 0x2F47CB) is known color: Cerulean Blue. HEX triplet: 2F, 47 and CB. RGB value is (47,71,203). Sum of RGB (Red+Green+Blue) = 47+71+203=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F47CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F47CB is #D0B834. Grayscale: #4E4E4E. Windows color (decimal): -13678645 or 13322031. OLE color: 13322031.
HSL color Cylindrical-coordinate representation of color #2F47CB: hue angle of 230.77º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F47CB is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 71 | 203 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.20 |
| HSL | 230.77º | 0.62% | 0.49% | - |
| HSV(B) | 230.77º | 0.77% | 0.8% | - |
| XYZ | 14.21 | 9.42 | 57.57 | - |
| YUV | 78.87 | 198.05 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 71 | 203 | 0.77 | 0.65 | 0 | 0.20 | 230.77 | 0.62 | 0.49 |
| Hex | 2F | 47 | CB | 4D | 41 | 0 | 14 | E7 | 3E | 31 |
| Octal | 57 | 107 | 313 | 115 | 101 | 0 | 24 | 347 | 76 | 61 |
| Binary | 101111 | 1000111 | 11001011 | 1001101 | 1000001 | 0 | 10100 | 11100111 | 111110 | 110001 |
Color Harmonies of #2F47CB
Complementary color
Monochromatic Colors of #2F47CB
Black with #2F47CB
Text Example
Text Example
White with #2F47CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F47CB; }
p { color: rgb(47,71,203); }
H1.HeaderClassName
{
color: #2F47CB;
}
.AnyTagClassName
{
color: #2F47CB;
}
</style>
background-color css
<style>
a { background-color: #2F47CB; }
a { background-color: rgb(47,71,203); }
div.DivClassName
{
background-color: #2F47CB;
}
.BgClassName
{
background-color: #2F47CB;
}
</style>
border-color css
<style>
span { border-color: #2F47CB; }
span { border-color: rgb(47,71,203); }
td.TdClassName
{
border-color: #2F47CB;
}
.TagClassName
{
border-color: #2F47CB;
}
</style>