Shades of Cerulean Blue #2345CD
Tints of Cerulean Blue #2345CD
RGB
CMYK
RGB Variations
Color information
#2345CD (or 0x2345CD) is known color: Cerulean Blue. HEX triplet: 23, 45 and CD. RGB value is (35,69,205). Sum of RGB (Red+Green+Blue) = 35+69+205=309 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.33% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #2345CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2345CD is #DCBA32. Grayscale: #494949. Windows color (decimal): -14465587 or 13452579. OLE color: 13452579.
HSL color Cylindrical-coordinate representation of color #2345CD: hue angle of 228º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2345CD is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 69 | 205 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.20 |
| HSL | 228º | 0.71% | 0.47% | - |
| HSV(B) | 228º | 0.83% | 0.8% | - |
| XYZ | 13.84 | 9.02 | 58.77 | - |
| YUV | 74.34 | 201.74 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 205 | 0.83 | 0.66 | 0 | 0.20 | 228 | 0.71 | 0.47 |
| Hex | 23 | 45 | CD | 53 | 42 | 0 | 14 | E4 | 47 | 2F |
| Octal | 43 | 105 | 315 | 123 | 102 | 0 | 24 | 344 | 107 | 57 |
| Binary | 100011 | 1000101 | 11001101 | 1010011 | 1000010 | 0 | 10100 | 11100100 | 1000111 | 101111 |
Color Harmonies of #2345CD
Complementary color
Monochromatic Colors of #2345CD
Black with #2345CD
Text Example
Text Example
White with #2345CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2345CD; }
p { color: rgb(35,69,205); }
H1.HeaderClassName
{
color: #2345CD;
}
.AnyTagClassName
{
color: #2345CD;
}
</style>
background-color css
<style>
a { background-color: #2345CD; }
a { background-color: rgb(35,69,205); }
div.DivClassName
{
background-color: #2345CD;
}
.BgClassName
{
background-color: #2345CD;
}
</style>
border-color css
<style>
span { border-color: #2345CD; }
span { border-color: rgb(35,69,205); }
td.TdClassName
{
border-color: #2345CD;
}
.TagClassName
{
border-color: #2345CD;
}
</style>