Shades of Cerulean Blue #2350CE
Tints of Cerulean Blue #2350CE
RGB
CMYK
RGB Variations
Color information
#2350CE (or 0x2350CE) is known color: Cerulean Blue. HEX triplet: 23, 50 and CE. RGB value is (35,80,206). Sum of RGB (Red+Green+Blue) = 35+80+206=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #2350CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2350CE is #DCAF31. Grayscale: #505050. Windows color (decimal): -14462770 or 13520931. OLE color: 13520931.
HSL color Cylindrical-coordinate representation of color #2350CE: hue angle of 224.21º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2350CE is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 80 | 206 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.19 |
| HSL | 224.21º | 0.71% | 0.47% | - |
| HSV(B) | 224.21º | 0.83% | 0.81% | - |
| XYZ | 14.7 | 10.55 | 59.65 | - |
| YUV | 80.91 | 198.59 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 80 | 206 | 0.83 | 0.61 | 0 | 0.19 | 224.21 | 0.71 | 0.47 |
| Hex | 23 | 50 | CE | 53 | 3D | 0 | 13 | E0 | 47 | 2F |
| Octal | 43 | 120 | 316 | 123 | 75 | 0 | 23 | 340 | 107 | 57 |
| Binary | 100011 | 1010000 | 11001110 | 1010011 | 111101 | 0 | 10011 | 11100000 | 1000111 | 101111 |
Color Harmonies of #2350CE
Complementary color
Monochromatic Colors of #2350CE
Black with #2350CE
Text Example
Text Example
White with #2350CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2350CE; }
p { color: rgb(35,80,206); }
H1.HeaderClassName
{
color: #2350CE;
}
.AnyTagClassName
{
color: #2350CE;
}
</style>
background-color css
<style>
a { background-color: #2350CE; }
a { background-color: rgb(35,80,206); }
div.DivClassName
{
background-color: #2350CE;
}
.BgClassName
{
background-color: #2350CE;
}
</style>
border-color css
<style>
span { border-color: #2350CE; }
span { border-color: rgb(35,80,206); }
td.TdClassName
{
border-color: #2350CE;
}
.TagClassName
{
border-color: #2350CE;
}
</style>