Shades of Cerulean Blue #2A45CE
Tints of Cerulean Blue #2A45CE
RGB
CMYK
RGB Variations
Color information
#2A45CE (or 0x2A45CE) is known color: Cerulean Blue. HEX triplet: 2A, 45 and CE. RGB value is (42,69,206). Sum of RGB (Red+Green+Blue) = 42+69+206=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #2A45CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A45CE is #D5BA31. Grayscale: #4B4B4B. Windows color (decimal): -14006834 or 13518122. OLE color: 13518122.
HSL color Cylindrical-coordinate representation of color #2A45CE: hue angle of 230.12º 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 #2A45CE is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 69 | 206 | - |
| CMYK | 0.80 | 0.67 | 0 | 0.19 |
| HSL | 230.12º | 0.66% | 0.49% | - |
| HSV(B) | 230.12º | 0.8% | 0.81% | - |
| XYZ | 14.22 | 9.2 | 59.42 | - |
| YUV | 76.55 | 201.05 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 69 | 206 | 0.80 | 0.67 | 0 | 0.19 | 230.12 | 0.66 | 0.49 |
| Hex | 2A | 45 | CE | 50 | 43 | 0 | 13 | E6 | 42 | 31 |
| Octal | 52 | 105 | 316 | 120 | 103 | 0 | 23 | 346 | 102 | 61 |
| Binary | 101010 | 1000101 | 11001110 | 1010000 | 1000011 | 0 | 10011 | 11100110 | 1000010 | 110001 |
Color Harmonies of #2A45CE
Complementary color
Monochromatic Colors of #2A45CE
Black with #2A45CE
Text Example
Text Example
White with #2A45CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A45CE; }
p { color: rgb(42,69,206); }
H1.HeaderClassName
{
color: #2A45CE;
}
.AnyTagClassName
{
color: #2A45CE;
}
</style>
background-color css
<style>
a { background-color: #2A45CE; }
a { background-color: rgb(42,69,206); }
div.DivClassName
{
background-color: #2A45CE;
}
.BgClassName
{
background-color: #2A45CE;
}
</style>
border-color css
<style>
span { border-color: #2A45CE; }
span { border-color: rgb(42,69,206); }
td.TdClassName
{
border-color: #2A45CE;
}
.TagClassName
{
border-color: #2A45CE;
}
</style>