Shades of Cerulean Blue #2B4FCD
Tints of Cerulean Blue #2B4FCD
RGB
CMYK
RGB Variations
Color information
#2B4FCD (or 0x2B4FCD) is known color: Cerulean Blue. HEX triplet: 2B, 4F and CD. RGB value is (43,79,205). Sum of RGB (Red+Green+Blue) = 43+79+205=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 205 (80.47% from 255 or 62.69% from 327); Max value from RGB is 205 - color contains mainly: blue. Hex color #2B4FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B4FCD is #D4B032. Grayscale: #525252. Windows color (decimal): -13938739 or 13455147. OLE color: 13455147.
HSL color Cylindrical-coordinate representation of color #2B4FCD: hue angle of 226.67º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B4FCD is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 79 | 205 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.20 |
| HSL | 226.67º | 0.65% | 0.49% | - |
| HSV(B) | 226.67º | 0.79% | 0.8% | - |
| XYZ | 14.81 | 10.51 | 59.01 | - |
| YUV | 82.6 | 197.07 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 79 | 205 | 0.79 | 0.61 | 0 | 0.20 | 226.67 | 0.65 | 0.49 |
| Hex | 2B | 4F | CD | 4F | 3D | 0 | 14 | E3 | 41 | 31 |
| Octal | 53 | 117 | 315 | 117 | 75 | 0 | 24 | 343 | 101 | 61 |
| Binary | 101011 | 1001111 | 11001101 | 1001111 | 111101 | 0 | 10100 | 11100011 | 1000001 | 110001 |
Color Harmonies of #2B4FCD
Complementary color
Monochromatic Colors of #2B4FCD
Black with #2B4FCD
Text Example
Text Example
White with #2B4FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4FCD; }
p { color: rgb(43,79,205); }
H1.HeaderClassName
{
color: #2B4FCD;
}
.AnyTagClassName
{
color: #2B4FCD;
}
</style>
background-color css
<style>
a { background-color: #2B4FCD; }
a { background-color: rgb(43,79,205); }
div.DivClassName
{
background-color: #2B4FCD;
}
.BgClassName
{
background-color: #2B4FCD;
}
</style>
border-color css
<style>
span { border-color: #2B4FCD; }
span { border-color: rgb(43,79,205); }
td.TdClassName
{
border-color: #2B4FCD;
}
.TagClassName
{
border-color: #2B4FCD;
}
</style>