Shades of Cerulean Blue #2D43DA
Tints of Cerulean Blue #2D43DA
RGB
CMYK
RGB Variations
Color information
#2D43DA (or 0x2D43DA) is known color: Cerulean Blue. HEX triplet: 2D, 43 and DA. RGB value is (45,67,218). Sum of RGB (Red+Green+Blue) = 45+67+218=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #2D43DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D43DA is #D2BC25. Grayscale: #4D4D4D. Windows color (decimal): -13810726 or 14304045. OLE color: 14304045.
HSL color Cylindrical-coordinate representation of color #2D43DA: hue angle of 232.37º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D43DA is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 67 | 218 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.15 |
| HSL | 232.37º | 0.7% | 0.52% | - |
| HSV(B) | 232.37º | 0.79% | 0.85% | - |
| XYZ | 15.74 | 9.63 | 67.36 | - |
| YUV | 77.64 | 207.21 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 67 | 218 | 0.79 | 0.69 | 0 | 0.15 | 232.37 | 0.7 | 0.52 |
| Hex | 2D | 43 | DA | 4F | 45 | 0 | F | E8 | 46 | 34 |
| Octal | 55 | 103 | 332 | 117 | 105 | 0 | 17 | 350 | 106 | 64 |
| Binary | 101101 | 1000011 | 11011010 | 1001111 | 1000101 | 0 | 1111 | 11101000 | 1000110 | 110100 |
Color Harmonies of #2D43DA
Complementary color
Monochromatic Colors of #2D43DA
Black with #2D43DA
Text Example
Text Example
White with #2D43DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D43DA; }
p { color: rgb(45,67,218); }
H1.HeaderClassName
{
color: #2D43DA;
}
.AnyTagClassName
{
color: #2D43DA;
}
</style>
background-color css
<style>
a { background-color: #2D43DA; }
a { background-color: rgb(45,67,218); }
div.DivClassName
{
background-color: #2D43DA;
}
.BgClassName
{
background-color: #2D43DA;
}
</style>
border-color css
<style>
span { border-color: #2D43DA; }
span { border-color: rgb(45,67,218); }
td.TdClassName
{
border-color: #2D43DA;
}
.TagClassName
{
border-color: #2D43DA;
}
</style>