Shades of Cerulean Blue #2F5FCB
Tints of Cerulean Blue #2F5FCB
RGB
CMYK
RGB Variations
Color information
#2F5FCB (or 0x2F5FCB) is known color: Cerulean Blue. HEX triplet: 2F, 5F and CB. RGB value is (47,95,203). Sum of RGB (Red+Green+Blue) = 47+95+203=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F5FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5FCB is #D0A034. Grayscale: #5C5C5C. Windows color (decimal): -13672501 or 13328175. OLE color: 13328175.
HSL color Cylindrical-coordinate representation of color #2F5FCB: hue angle of 221.54º 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 #2F5FCB is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 95 | 203 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.20 |
| HSL | 221.54º | 0.62% | 0.49% | - |
| HSV(B) | 221.54º | 0.77% | 0.8% | - |
| XYZ | 16.04 | 13.1 | 58.18 | - |
| YUV | 92.96 | 190.1 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 95 | 203 | 0.77 | 0.53 | 0 | 0.20 | 221.54 | 0.62 | 0.49 |
| Hex | 2F | 5F | CB | 4D | 35 | 0 | 14 | DE | 3E | 31 |
| Octal | 57 | 137 | 313 | 115 | 65 | 0 | 24 | 336 | 76 | 61 |
| Binary | 101111 | 1011111 | 11001011 | 1001101 | 110101 | 0 | 10100 | 11011110 | 111110 | 110001 |
Color Harmonies of #2F5FCB
Complementary color
Monochromatic Colors of #2F5FCB
Black with #2F5FCB
Text Example
Text Example
White with #2F5FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5FCB; }
p { color: rgb(47,95,203); }
H1.HeaderClassName
{
color: #2F5FCB;
}
.AnyTagClassName
{
color: #2F5FCB;
}
</style>
background-color css
<style>
a { background-color: #2F5FCB; }
a { background-color: rgb(47,95,203); }
div.DivClassName
{
background-color: #2F5FCB;
}
.BgClassName
{
background-color: #2F5FCB;
}
</style>
border-color css
<style>
span { border-color: #2F5FCB; }
span { border-color: rgb(47,95,203); }
td.TdClassName
{
border-color: #2F5FCB;
}
.TagClassName
{
border-color: #2F5FCB;
}
</style>