Shades of Cerulean Blue #2F50CB
Tints of Cerulean Blue #2F50CB
RGB
CMYK
RGB Variations
Color information
#2F50CB (or 0x2F50CB) is known color: Cerulean Blue. HEX triplet: 2F, 50 and CB. RGB value is (47,80,203). Sum of RGB (Red+Green+Blue) = 47+80+203=330 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.24% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F50CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F50CB is #D0AF34. Grayscale: #535353. Windows color (decimal): -13676341 or 13324335. OLE color: 13324335.
HSL color Cylindrical-coordinate representation of color #2F50CB: hue angle of 227.31º 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 #2F50CB is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 80 | 203 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.20 |
| HSL | 227.31º | 0.62% | 0.49% | - |
| HSV(B) | 227.31º | 0.77% | 0.8% | - |
| XYZ | 14.82 | 10.65 | 57.78 | - |
| YUV | 84.16 | 195.07 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 80 | 203 | 0.77 | 0.61 | 0 | 0.20 | 227.31 | 0.62 | 0.49 |
| Hex | 2F | 50 | CB | 4D | 3D | 0 | 14 | E3 | 3E | 31 |
| Octal | 57 | 120 | 313 | 115 | 75 | 0 | 24 | 343 | 76 | 61 |
| Binary | 101111 | 1010000 | 11001011 | 1001101 | 111101 | 0 | 10100 | 11100011 | 111110 | 110001 |
Color Harmonies of #2F50CB
Complementary color
Monochromatic Colors of #2F50CB
Black with #2F50CB
Text Example
Text Example
White with #2F50CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F50CB; }
p { color: rgb(47,80,203); }
H1.HeaderClassName
{
color: #2F50CB;
}
.AnyTagClassName
{
color: #2F50CB;
}
</style>
background-color css
<style>
a { background-color: #2F50CB; }
a { background-color: rgb(47,80,203); }
div.DivClassName
{
background-color: #2F50CB;
}
.BgClassName
{
background-color: #2F50CB;
}
</style>
border-color css
<style>
span { border-color: #2F50CB; }
span { border-color: rgb(47,80,203); }
td.TdClassName
{
border-color: #2F50CB;
}
.TagClassName
{
border-color: #2F50CB;
}
</style>