Shades of Cerulean Blue #2A43CE
Tints of Cerulean Blue #2A43CE
RGB
CMYK
RGB Variations
Color information
#2A43CE (or 0x2A43CE) is known color: Cerulean Blue. HEX triplet: 2A, 43 and CE. RGB value is (42,67,206). Sum of RGB (Red+Green+Blue) = 42+67+206=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #2A43CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A43CE is #D5BC31. Grayscale: #4A4A4A. Windows color (decimal): -14007346 or 13517610. OLE color: 13517610.
HSL color Cylindrical-coordinate representation of color #2A43CE: hue angle of 230.85º 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 #2A43CE is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 67 | 206 | - |
| CMYK | 0.80 | 0.67 | 0 | 0.19 |
| HSL | 230.85º | 0.66% | 0.49% | - |
| HSV(B) | 230.85º | 0.8% | 0.81% | - |
| XYZ | 14.1 | 8.96 | 59.38 | - |
| YUV | 75.37 | 201.72 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 67 | 206 | 0.80 | 0.67 | 0 | 0.19 | 230.85 | 0.66 | 0.49 |
| Hex | 2A | 43 | CE | 50 | 43 | 0 | 13 | E7 | 42 | 31 |
| Octal | 52 | 103 | 316 | 120 | 103 | 0 | 23 | 347 | 102 | 61 |
| Binary | 101010 | 1000011 | 11001110 | 1010000 | 1000011 | 0 | 10011 | 11100111 | 1000010 | 110001 |
Color Harmonies of #2A43CE
Complementary color
Monochromatic Colors of #2A43CE
Black with #2A43CE
Text Example
Text Example
White with #2A43CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A43CE; }
p { color: rgb(42,67,206); }
H1.HeaderClassName
{
color: #2A43CE;
}
.AnyTagClassName
{
color: #2A43CE;
}
</style>
background-color css
<style>
a { background-color: #2A43CE; }
a { background-color: rgb(42,67,206); }
div.DivClassName
{
background-color: #2A43CE;
}
.BgClassName
{
background-color: #2A43CE;
}
</style>
border-color css
<style>
span { border-color: #2A43CE; }
span { border-color: rgb(42,67,206); }
td.TdClassName
{
border-color: #2A43CE;
}
.TagClassName
{
border-color: #2A43CE;
}
</style>