Shades of Cerulean Blue #2A4CCE
Tints of Cerulean Blue #2A4CCE
RGB
CMYK
RGB Variations
Color information
#2A4CCE (or 0x2A4CCE) is known color: Cerulean Blue. HEX triplet: 2A, 4C and CE. RGB value is (42,76,206). Sum of RGB (Red+Green+Blue) = 42+76+206=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #2A4CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A4CCE is #D5B331. Grayscale: #505050. Windows color (decimal): -14005042 or 13519914. OLE color: 13519914.
HSL color Cylindrical-coordinate representation of color #2A4CCE: hue angle of 227.56º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A4CCE is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 76 | 206 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.19 |
| HSL | 227.56º | 0.66% | 0.49% | - |
| HSV(B) | 227.56º | 0.8% | 0.81% | - |
| XYZ | 14.68 | 10.12 | 59.57 | - |
| YUV | 80.65 | 198.74 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 76 | 206 | 0.80 | 0.63 | 0 | 0.19 | 227.56 | 0.66 | 0.49 |
| Hex | 2A | 4C | CE | 50 | 3F | 0 | 13 | E4 | 42 | 31 |
| Octal | 52 | 114 | 316 | 120 | 77 | 0 | 23 | 344 | 102 | 61 |
| Binary | 101010 | 1001100 | 11001110 | 1010000 | 111111 | 0 | 10011 | 11100100 | 1000010 | 110001 |
Color Harmonies of #2A4CCE
Complementary color
Monochromatic Colors of #2A4CCE
Black with #2A4CCE
Text Example
Text Example
White with #2A4CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4CCE; }
p { color: rgb(42,76,206); }
H1.HeaderClassName
{
color: #2A4CCE;
}
.AnyTagClassName
{
color: #2A4CCE;
}
</style>
background-color css
<style>
a { background-color: #2A4CCE; }
a { background-color: rgb(42,76,206); }
div.DivClassName
{
background-color: #2A4CCE;
}
.BgClassName
{
background-color: #2A4CCE;
}
</style>
border-color css
<style>
span { border-color: #2A4CCE; }
span { border-color: rgb(42,76,206); }
td.TdClassName
{
border-color: #2A4CCE;
}
.TagClassName
{
border-color: #2A4CCE;
}
</style>