Shades of Cerulean Blue #2B5FBA
Tints of Cerulean Blue #2B5FBA
RGB
CMYK
RGB Variations
Color information
#2B5FBA (or 0x2B5FBA) is known color: Cerulean Blue. HEX triplet: 2B, 5F and BA. RGB value is (43,95,186). Sum of RGB (Red+Green+Blue) = 43+95+186=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B5FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5FBA is #D4A045. Grayscale: #595959. Windows color (decimal): -13934662 or 12214059. OLE color: 12214059.
HSL color Cylindrical-coordinate representation of color #2B5FBA: hue angle of 218.18º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B5FBA is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 95 | 186 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.27 |
| HSL | 218.18º | 0.62% | 0.45% | - |
| HSV(B) | 218.18º | 0.77% | 0.73% | - |
| XYZ | 13.95 | 12.24 | 48.08 | - |
| YUV | 89.83 | 182.27 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 95 | 186 | 0.77 | 0.49 | 0 | 0.27 | 218.18 | 0.62 | 0.45 |
| Hex | 2B | 5F | BA | 4D | 31 | 0 | 1B | DA | 3E | 2D |
| Octal | 53 | 137 | 272 | 115 | 61 | 0 | 33 | 332 | 76 | 55 |
| Binary | 101011 | 1011111 | 10111010 | 1001101 | 110001 | 0 | 11011 | 11011010 | 111110 | 101101 |
Color Harmonies of #2B5FBA
Complementary color
Monochromatic Colors of #2B5FBA
Black with #2B5FBA
Text Example
Text Example
White with #2B5FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5FBA; }
p { color: rgb(43,95,186); }
H1.HeaderClassName
{
color: #2B5FBA;
}
.AnyTagClassName
{
color: #2B5FBA;
}
</style>
background-color css
<style>
a { background-color: #2B5FBA; }
a { background-color: rgb(43,95,186); }
div.DivClassName
{
background-color: #2B5FBA;
}
.BgClassName
{
background-color: #2B5FBA;
}
</style>
border-color css
<style>
span { border-color: #2B5FBA; }
span { border-color: rgb(43,95,186); }
td.TdClassName
{
border-color: #2B5FBA;
}
.TagClassName
{
border-color: #2B5FBA;
}
</style>