Shades of Cerulean Blue #2D43DB
Tints of Cerulean Blue #2D43DB
RGB
CMYK
RGB Variations
Color information
#2D43DB (or 0x2D43DB) is known color: Cerulean Blue. HEX triplet: 2D, 43 and DB. RGB value is (45,67,219). Sum of RGB (Red+Green+Blue) = 45+67+219=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #2D43DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D43DB is #D2BC24. Grayscale: #4D4D4D. Windows color (decimal): -13810725 or 14369581. OLE color: 14369581.
HSL color Cylindrical-coordinate representation of color #2D43DB: hue angle of 232.41º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D43DB is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 45 | 67 | 219 | - |
CMYK | 0.79 | 0.69 | 0 | 0.14 |
HSL | 232.41º | 0.71% | 0.52% | - |
HSV(B) | 232.41º | 0.79% | 0.86% | - |
XYZ | 15.88 | 9.69 | 68.05 | - |
YUV | 77.75 | 207.71 | 104.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 67 | 219 | 0.79 | 0.69 | 0 | 0.14 | 232.41 | 0.71 | 0.52 |
Hex | 2D | 43 | DB | 4F | 45 | 0 | E | E8 | 47 | 34 |
Octal | 55 | 103 | 333 | 117 | 105 | 0 | 16 | 350 | 107 | 64 |
Binary | 101101 | 1000011 | 11011011 | 1001111 | 1000101 | 0 | 1110 | 11101000 | 1000111 | 110100 |
Color Harmonies of #2D43DB
Complementary color
Monochromatic Colors of #2D43DB
Black with #2D43DB
Text Example
Text Example
White with #2D43DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D43DB; }
p { color: rgb(45,67,219); }
H1.HeaderClassName
{
color: #2D43DB;
}
.AnyTagClassName
{
color: #2D43DB;
}
</style>
background-color css
<style>
a { background-color: #2D43DB; }
a { background-color: rgb(45,67,219); }
div.DivClassName
{
background-color: #2D43DB;
}
.BgClassName
{
background-color: #2D43DB;
}
</style>
border-color css
<style>
span { border-color: #2D43DB; }
span { border-color: rgb(45,67,219); }
td.TdClassName
{
border-color: #2D43DB;
}
.TagClassName
{
border-color: #2D43DB;
}
</style>