Shades of Cerulean Blue #2B4DDF
Tints of Cerulean Blue #2B4DDF
RGB
CMYK
RGB Variations
Color information
#2B4DDF (or 0x2B4DDF) is known color: Cerulean Blue. HEX triplet: 2B, 4D and DF. RGB value is (43,77,223). Sum of RGB (Red+Green+Blue) = 43+77+223=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #2B4DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B4DDF is #D4B220. Grayscale: #525252. Windows color (decimal): -13939233 or 14634283. OLE color: 14634283.
HSL color Cylindrical-coordinate representation of color #2B4DDF: hue angle of 228.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B4DDF is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 77 | 223 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.13 |
| HSL | 228.67º | 0.74% | 0.52% | - |
| HSV(B) | 228.67º | 0.81% | 0.87% | - |
| XYZ | 16.97 | 11.15 | 71.07 | - |
| YUV | 83.48 | 206.74 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 77 | 223 | 0.81 | 0.65 | 0 | 0.13 | 228.67 | 0.74 | 0.52 |
| Hex | 2B | 4D | DF | 51 | 41 | 0 | D | E5 | 4A | 34 |
| Octal | 53 | 115 | 337 | 121 | 101 | 0 | 15 | 345 | 112 | 64 |
| Binary | 101011 | 1001101 | 11011111 | 1010001 | 1000001 | 0 | 1101 | 11100101 | 1001010 | 110100 |
Color Harmonies of #2B4DDF
Complementary color
Monochromatic Colors of #2B4DDF
Black with #2B4DDF
Text Example
Text Example
White with #2B4DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4DDF; }
p { color: rgb(43,77,223); }
H1.HeaderClassName
{
color: #2B4DDF;
}
.AnyTagClassName
{
color: #2B4DDF;
}
</style>
background-color css
<style>
a { background-color: #2B4DDF; }
a { background-color: rgb(43,77,223); }
div.DivClassName
{
background-color: #2B4DDF;
}
.BgClassName
{
background-color: #2B4DDF;
}
</style>
border-color css
<style>
span { border-color: #2B4DDF; }
span { border-color: rgb(43,77,223); }
td.TdClassName
{
border-color: #2B4DDF;
}
.TagClassName
{
border-color: #2B4DDF;
}
</style>