Shades of Cerulean Blue #2345DF
Tints of Cerulean Blue #2345DF
RGB
CMYK
RGB Variations
Color information
#2345DF (or 0x2345DF) is known color: Cerulean Blue. HEX triplet: 23, 45 and DF. RGB value is (35,69,223). Sum of RGB (Red+Green+Blue) = 35+69+223=327 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.70% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 223 (87.5% from 255 or 68.20% from 327); Max value from RGB is 223 - color contains mainly: blue. Hex color #2345DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2345DF is #DCBA20. Grayscale: #4B4B4B. Windows color (decimal): -14465569 or 14632227. OLE color: 14632227.
HSL color Cylindrical-coordinate representation of color #2345DF: hue angle of 229.15º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2345DF is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 69 | 223 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.13 |
| HSL | 229.15º | 0.75% | 0.51% | - |
| HSV(B) | 229.15º | 0.84% | 0.87% | - |
| XYZ | 16.14 | 9.94 | 70.88 | - |
| YUV | 76.39 | 210.74 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 223 | 0.84 | 0.69 | 0 | 0.13 | 229.15 | 0.75 | 0.51 |
| Hex | 23 | 45 | DF | 54 | 45 | 0 | D | E5 | 4B | 33 |
| Octal | 43 | 105 | 337 | 124 | 105 | 0 | 15 | 345 | 113 | 63 |
| Binary | 100011 | 1000101 | 11011111 | 1010100 | 1000101 | 0 | 1101 | 11100101 | 1001011 | 110011 |
Color Harmonies of #2345DF
Complementary color
Monochromatic Colors of #2345DF
Black with #2345DF
Text Example
Text Example
White with #2345DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2345DF; }
p { color: rgb(35,69,223); }
H1.HeaderClassName
{
color: #2345DF;
}
.AnyTagClassName
{
color: #2345DF;
}
</style>
background-color css
<style>
a { background-color: #2345DF; }
a { background-color: rgb(35,69,223); }
div.DivClassName
{
background-color: #2345DF;
}
.BgClassName
{
background-color: #2345DF;
}
</style>
border-color css
<style>
span { border-color: #2345DF; }
span { border-color: rgb(35,69,223); }
td.TdClassName
{
border-color: #2345DF;
}
.TagClassName
{
border-color: #2345DF;
}
</style>