Shades of Cerulean Blue #2A4BCC
Tints of Cerulean Blue #2A4BCC
RGB
CMYK
RGB Variations
Color information
#2A4BCC (or 0x2A4BCC) is known color: Cerulean Blue. HEX triplet: 2A, 4B and CC. RGB value is (42,75,204). Sum of RGB (Red+Green+Blue) = 42+75+204=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #2A4BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A4BCC is #D5B433. Grayscale: #4F4F4F. Windows color (decimal): -14005300 or 13388586. OLE color: 13388586.
HSL color Cylindrical-coordinate representation of color #2A4BCC: hue angle of 227.78º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A4BCC is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 75 | 204 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.2 |
| HSL | 227.78º | 0.66% | 0.48% | - |
| HSV(B) | 227.78º | 0.79% | 0.8% | - |
| XYZ | 14.37 | 9.88 | 58.28 | - |
| YUV | 79.84 | 198.07 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 75 | 204 | 0.79 | 0.63 | 0 | 0.2 | 227.78 | 0.66 | 0.48 |
| Hex | 2A | 4B | CC | 4F | 3F | 0 | 14 | E4 | 42 | 30 |
| Octal | 52 | 113 | 314 | 117 | 77 | 0 | 24 | 344 | 102 | 60 |
| Binary | 101010 | 1001011 | 11001100 | 1001111 | 111111 | 0 | 10100 | 11100100 | 1000010 | 110000 |
Color Harmonies of #2A4BCC
Complementary color
Monochromatic Colors of #2A4BCC
Black with #2A4BCC
Text Example
Text Example
White with #2A4BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4BCC; }
p { color: rgb(42,75,204); }
H1.HeaderClassName
{
color: #2A4BCC;
}
.AnyTagClassName
{
color: #2A4BCC;
}
</style>
background-color css
<style>
a { background-color: #2A4BCC; }
a { background-color: rgb(42,75,204); }
div.DivClassName
{
background-color: #2A4BCC;
}
.BgClassName
{
background-color: #2A4BCC;
}
</style>
border-color css
<style>
span { border-color: #2A4BCC; }
span { border-color: rgb(42,75,204); }
td.TdClassName
{
border-color: #2A4BCC;
}
.TagClassName
{
border-color: #2A4BCC;
}
</style>