Shades of Cerulean Blue #2A41DB
Tints of Cerulean Blue #2A41DB
RGB
CMYK
RGB Variations
Color information
#2A41DB (or 0x2A41DB) is known color: Cerulean Blue. HEX triplet: 2A, 41 and DB. RGB value is (42,65,219). Sum of RGB (Red+Green+Blue) = 42+65+219=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A41DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A41DB is #D5BE24. Grayscale: #4B4B4B. Windows color (decimal): -14007845 or 14369066. OLE color: 14369066.
HSL color Cylindrical-coordinate representation of color #2A41DB: hue angle of 232.2º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A41DB is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 65 | 219 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.14 |
| HSL | 232.2º | 0.71% | 0.51% | - |
| HSV(B) | 232.2º | 0.81% | 0.86% | - |
| XYZ | 15.63 | 9.39 | 68.01 | - |
| YUV | 75.68 | 208.88 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 65 | 219 | 0.81 | 0.70 | 0 | 0.14 | 232.2 | 0.71 | 0.51 |
| Hex | 2A | 41 | DB | 51 | 46 | 0 | E | E8 | 47 | 33 |
| Octal | 52 | 101 | 333 | 121 | 106 | 0 | 16 | 350 | 107 | 63 |
| Binary | 101010 | 1000001 | 11011011 | 1010001 | 1000110 | 0 | 1110 | 11101000 | 1000111 | 110011 |
Color Harmonies of #2A41DB
Complementary color
Monochromatic Colors of #2A41DB
Black with #2A41DB
Text Example
Text Example
White with #2A41DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A41DB; }
p { color: rgb(42,65,219); }
H1.HeaderClassName
{
color: #2A41DB;
}
.AnyTagClassName
{
color: #2A41DB;
}
</style>
background-color css
<style>
a { background-color: #2A41DB; }
a { background-color: rgb(42,65,219); }
div.DivClassName
{
background-color: #2A41DB;
}
.BgClassName
{
background-color: #2A41DB;
}
</style>
border-color css
<style>
span { border-color: #2A41DB; }
span { border-color: rgb(42,65,219); }
td.TdClassName
{
border-color: #2A41DB;
}
.TagClassName
{
border-color: #2A41DB;
}
</style>