Shades of Cerulean Blue #2355DF
Tints of Cerulean Blue #2355DF
RGB
CMYK
RGB Variations
Color information
#2355DF (or 0x2355DF) is known color: Cerulean Blue. HEX triplet: 23, 55 and DF. RGB value is (35,85,223). Sum of RGB (Red+Green+Blue) = 35+85+223=343 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.20% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #2355DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2355DF is #DCAA20. Grayscale: #555555. Windows color (decimal): -14461473 or 14636323. OLE color: 14636323.
HSL color Cylindrical-coordinate representation of color #2355DF: hue angle of 224.04º 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 #2355DF is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 85 | 223 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.13 |
| HSL | 224.04º | 0.75% | 0.51% | - |
| HSV(B) | 224.04º | 0.84% | 0.87% | - |
| XYZ | 17.26 | 12.18 | 71.25 | - |
| YUV | 85.78 | 205.44 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 85 | 223 | 0.84 | 0.62 | 0 | 0.13 | 224.04 | 0.75 | 0.51 |
| Hex | 23 | 55 | DF | 54 | 3E | 0 | D | E0 | 4B | 33 |
| Octal | 43 | 125 | 337 | 124 | 76 | 0 | 15 | 340 | 113 | 63 |
| Binary | 100011 | 1010101 | 11011111 | 1010100 | 111110 | 0 | 1101 | 11100000 | 1001011 | 110011 |
Color Harmonies of #2355DF
Complementary color
Monochromatic Colors of #2355DF
Black with #2355DF
Text Example
Text Example
White with #2355DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2355DF; }
p { color: rgb(35,85,223); }
H1.HeaderClassName
{
color: #2355DF;
}
.AnyTagClassName
{
color: #2355DF;
}
</style>
background-color css
<style>
a { background-color: #2355DF; }
a { background-color: rgb(35,85,223); }
div.DivClassName
{
background-color: #2355DF;
}
.BgClassName
{
background-color: #2355DF;
}
</style>
border-color css
<style>
span { border-color: #2355DF; }
span { border-color: rgb(35,85,223); }
td.TdClassName
{
border-color: #2355DF;
}
.TagClassName
{
border-color: #2355DF;
}
</style>