Shades of Cerulean Blue #2D69CD
Tints of Cerulean Blue #2D69CD
RGB
CMYK
RGB Variations
Color information
#2D69CD (or 0x2D69CD) is known color: Cerulean Blue. HEX triplet: 2D, 69 and CD. RGB value is (45,105,205). Sum of RGB (Red+Green+Blue) = 45+105+205=355 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.68% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #2D69CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D69CD is #D29632. Grayscale: #616161. Windows color (decimal): -13801011 or 13461805. OLE color: 13461805.
HSL color Cylindrical-coordinate representation of color #2D69CD: hue angle of 217.5º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D69CD is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 105 | 205 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.20 |
| HSL | 217.5º | 0.64% | 0.49% | - |
| HSV(B) | 217.5º | 0.78% | 0.8% | - |
| XYZ | 17.15 | 15.07 | 59.76 | - |
| YUV | 98.46 | 188.12 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 105 | 205 | 0.78 | 0.49 | 0 | 0.20 | 217.5 | 0.64 | 0.49 |
| Hex | 2D | 69 | CD | 4E | 31 | 0 | 14 | DA | 40 | 31 |
| Octal | 55 | 151 | 315 | 116 | 61 | 0 | 24 | 332 | 100 | 61 |
| Binary | 101101 | 1101001 | 11001101 | 1001110 | 110001 | 0 | 10100 | 11011010 | 1000000 | 110001 |
Color Harmonies of #2D69CD
Complementary color
Monochromatic Colors of #2D69CD
Black with #2D69CD
Text Example
Text Example
White with #2D69CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D69CD; }
p { color: rgb(45,105,205); }
H1.HeaderClassName
{
color: #2D69CD;
}
.AnyTagClassName
{
color: #2D69CD;
}
</style>
background-color css
<style>
a { background-color: #2D69CD; }
a { background-color: rgb(45,105,205); }
div.DivClassName
{
background-color: #2D69CD;
}
.BgClassName
{
background-color: #2D69CD;
}
</style>
border-color css
<style>
span { border-color: #2D69CD; }
span { border-color: rgb(45,105,205); }
td.TdClassName
{
border-color: #2D69CD;
}
.TagClassName
{
border-color: #2D69CD;
}
</style>