Shades of Cerulean Blue #2B5FC1
Tints of Cerulean Blue #2B5FC1
RGB
CMYK
RGB Variations
Color information
#2B5FC1 (or 0x2B5FC1) is known color: Cerulean Blue. HEX triplet: 2B, 5F and C1. RGB value is (43,95,193). Sum of RGB (Red+Green+Blue) = 43+95+193=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 193 (75.78% from 255 or 58.31% from 331); Max value from RGB is 193 - color contains mainly: blue. Hex color #2B5FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5FC1 is #D4A03E. Grayscale: #5A5A5A. Windows color (decimal): -13934655 or 12672811. OLE color: 12672811.
HSL color Cylindrical-coordinate representation of color #2B5FC1: hue angle of 219.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B5FC1 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 95 | 193 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.24 |
| HSL | 219.2º | 0.64% | 0.46% | - |
| HSV(B) | 219.2º | 0.78% | 0.76% | - |
| XYZ | 14.71 | 12.55 | 52.1 | - |
| YUV | 90.62 | 185.77 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 95 | 193 | 0.78 | 0.51 | 0 | 0.24 | 219.2 | 0.64 | 0.46 |
| Hex | 2B | 5F | C1 | 4E | 33 | 0 | 18 | DB | 40 | 2E |
| Octal | 53 | 137 | 301 | 116 | 63 | 0 | 30 | 333 | 100 | 56 |
| Binary | 101011 | 1011111 | 11000001 | 1001110 | 110011 | 0 | 11000 | 11011011 | 1000000 | 101110 |
Color Harmonies of #2B5FC1
Complementary color
Monochromatic Colors of #2B5FC1
Black with #2B5FC1
Text Example
Text Example
White with #2B5FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5FC1; }
p { color: rgb(43,95,193); }
H1.HeaderClassName
{
color: #2B5FC1;
}
.AnyTagClassName
{
color: #2B5FC1;
}
</style>
background-color css
<style>
a { background-color: #2B5FC1; }
a { background-color: rgb(43,95,193); }
div.DivClassName
{
background-color: #2B5FC1;
}
.BgClassName
{
background-color: #2B5FC1;
}
</style>
border-color css
<style>
span { border-color: #2B5FC1; }
span { border-color: rgb(43,95,193); }
td.TdClassName
{
border-color: #2B5FC1;
}
.TagClassName
{
border-color: #2B5FC1;
}
</style>