Shades of Cerulean Blue #2355DC
Tints of Cerulean Blue #2355DC
RGB
CMYK
RGB Variations
Color information
#2355DC (or 0x2355DC) is known color: Cerulean Blue. HEX triplet: 23, 55 and DC. RGB value is (35,85,220). Sum of RGB (Red+Green+Blue) = 35+85+220=340 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.29% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #2355DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2355DC is #DCAA23. Grayscale: #545454. Windows color (decimal): -14461476 or 14439715. OLE color: 14439715.
HSL color Cylindrical-coordinate representation of color #2355DC: hue angle of 223.78º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2355DC is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 85 | 220 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.14 |
| HSL | 223.78º | 0.73% | 0.5% | - |
| HSV(B) | 223.78º | 0.84% | 0.86% | - |
| XYZ | 16.86 | 12.02 | 69.14 | - |
| YUV | 85.44 | 203.94 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 85 | 220 | 0.84 | 0.61 | 0 | 0.14 | 223.78 | 0.73 | 0.5 |
| Hex | 23 | 55 | DC | 54 | 3D | 0 | E | E0 | 49 | 32 |
| Octal | 43 | 125 | 334 | 124 | 75 | 0 | 16 | 340 | 111 | 62 |
| Binary | 100011 | 1010101 | 11011100 | 1010100 | 111101 | 0 | 1110 | 11100000 | 1001001 | 110010 |
Color Harmonies of #2355DC
Complementary color
Monochromatic Colors of #2355DC
Black with #2355DC
Text Example
Text Example
White with #2355DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2355DC; }
p { color: rgb(35,85,220); }
H1.HeaderClassName
{
color: #2355DC;
}
.AnyTagClassName
{
color: #2355DC;
}
</style>
background-color css
<style>
a { background-color: #2355DC; }
a { background-color: rgb(35,85,220); }
div.DivClassName
{
background-color: #2355DC;
}
.BgClassName
{
background-color: #2355DC;
}
</style>
border-color css
<style>
span { border-color: #2355DC; }
span { border-color: rgb(35,85,220); }
td.TdClassName
{
border-color: #2355DC;
}
.TagClassName
{
border-color: #2355DC;
}
</style>