Shades of Cerulean Blue #2358DE
Tints of Cerulean Blue #2358DE
RGB
CMYK
RGB Variations
Color information
#2358DE (or 0x2358DE) is known color: Cerulean Blue. HEX triplet: 23, 58 and DE. RGB value is (35,88,222). Sum of RGB (Red+Green+Blue) = 35+88+222=345 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.14% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 222 (87.11% from 255 or 64.35% from 345); Max value from RGB is 222 - color contains mainly: blue. Hex color #2358DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2358DE is #DCA721. Grayscale: #565656. Windows color (decimal): -14460706 or 14571555. OLE color: 14571555.
HSL color Cylindrical-coordinate representation of color #2358DE: hue angle of 222.99º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2358DE is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 88 | 222 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.13 |
| HSL | 222.99º | 0.74% | 0.5% | - |
| HSV(B) | 222.99º | 0.84% | 0.87% | - |
| XYZ | 17.37 | 12.61 | 70.63 | - |
| YUV | 87.43 | 203.94 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 88 | 222 | 0.84 | 0.60 | 0 | 0.13 | 222.99 | 0.74 | 0.5 |
| Hex | 23 | 58 | DE | 54 | 3C | 0 | D | DF | 4A | 32 |
| Octal | 43 | 130 | 336 | 124 | 74 | 0 | 15 | 337 | 112 | 62 |
| Binary | 100011 | 1011000 | 11011110 | 1010100 | 111100 | 0 | 1101 | 11011111 | 1001010 | 110010 |
Color Harmonies of #2358DE
Complementary color
Monochromatic Colors of #2358DE
Black with #2358DE
Text Example
Text Example
White with #2358DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2358DE; }
p { color: rgb(35,88,222); }
H1.HeaderClassName
{
color: #2358DE;
}
.AnyTagClassName
{
color: #2358DE;
}
</style>
background-color css
<style>
a { background-color: #2358DE; }
a { background-color: rgb(35,88,222); }
div.DivClassName
{
background-color: #2358DE;
}
.BgClassName
{
background-color: #2358DE;
}
</style>
border-color css
<style>
span { border-color: #2358DE; }
span { border-color: rgb(35,88,222); }
td.TdClassName
{
border-color: #2358DE;
}
.TagClassName
{
border-color: #2358DE;
}
</style>