Shades of Cerulean Blue #2A48BA
Tints of Cerulean Blue #2A48BA
RGB
CMYK
RGB Variations
Color information
#2A48BA (or 0x2A48BA) is known color: Cerulean Blue. HEX triplet: 2A, 48 and BA. RGB value is (42,72,186). Sum of RGB (Red+Green+Blue) = 42+72+186=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A48BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A48BA is #D5B745. Grayscale: #4B4B4B. Windows color (decimal): -14006086 or 12208170. OLE color: 12208170.
HSL color Cylindrical-coordinate representation of color #2A48BA: hue angle of 227.5º degrees, saturation: 0.63, 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 #2A48BA is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 72 | 186 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.27 |
| HSL | 227.5º | 0.63% | 0.45% | - |
| HSV(B) | 227.5º | 0.77% | 0.73% | - |
| XYZ | 12.14 | 8.67 | 47.49 | - |
| YUV | 76.03 | 190.06 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 72 | 186 | 0.77 | 0.61 | 0 | 0.27 | 227.5 | 0.63 | 0.45 |
| Hex | 2A | 48 | BA | 4D | 3D | 0 | 1B | E4 | 3F | 2D |
| Octal | 52 | 110 | 272 | 115 | 75 | 0 | 33 | 344 | 77 | 55 |
| Binary | 101010 | 1001000 | 10111010 | 1001101 | 111101 | 0 | 11011 | 11100100 | 111111 | 101101 |
Color Harmonies of #2A48BA
Complementary color
Monochromatic Colors of #2A48BA
Black with #2A48BA
Text Example
Text Example
White with #2A48BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A48BA; }
p { color: rgb(42,72,186); }
H1.HeaderClassName
{
color: #2A48BA;
}
.AnyTagClassName
{
color: #2A48BA;
}
</style>
background-color css
<style>
a { background-color: #2A48BA; }
a { background-color: rgb(42,72,186); }
div.DivClassName
{
background-color: #2A48BA;
}
.BgClassName
{
background-color: #2A48BA;
}
</style>
border-color css
<style>
span { border-color: #2A48BA; }
span { border-color: rgb(42,72,186); }
td.TdClassName
{
border-color: #2A48BA;
}
.TagClassName
{
border-color: #2A48BA;
}
</style>