Shades of Cerulean Blue #2350CB
Tints of Cerulean Blue #2350CB
RGB
CMYK
RGB Variations
Color information
#2350CB (or 0x2350CB) is known color: Cerulean Blue. HEX triplet: 23, 50 and CB. RGB value is (35,80,203). Sum of RGB (Red+Green+Blue) = 35+80+203=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #2350CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2350CB is #DCAF34. Grayscale: #505050. Windows color (decimal): -14462773 or 13324323. OLE color: 13324323.
HSL color Cylindrical-coordinate representation of color #2350CB: hue angle of 223.93º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2350CB is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 80 | 203 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.20 |
| HSL | 223.93º | 0.71% | 0.47% | - |
| HSV(B) | 223.93º | 0.83% | 0.8% | - |
| XYZ | 14.34 | 10.41 | 57.75 | - |
| YUV | 80.57 | 197.09 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 80 | 203 | 0.83 | 0.61 | 0 | 0.20 | 223.93 | 0.71 | 0.47 |
| Hex | 23 | 50 | CB | 53 | 3D | 0 | 14 | E0 | 47 | 2F |
| Octal | 43 | 120 | 313 | 123 | 75 | 0 | 24 | 340 | 107 | 57 |
| Binary | 100011 | 1010000 | 11001011 | 1010011 | 111101 | 0 | 10100 | 11100000 | 1000111 | 101111 |
Color Harmonies of #2350CB
Complementary color
Monochromatic Colors of #2350CB
Black with #2350CB
Text Example
Text Example
White with #2350CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2350CB; }
p { color: rgb(35,80,203); }
H1.HeaderClassName
{
color: #2350CB;
}
.AnyTagClassName
{
color: #2350CB;
}
</style>
background-color css
<style>
a { background-color: #2350CB; }
a { background-color: rgb(35,80,203); }
div.DivClassName
{
background-color: #2350CB;
}
.BgClassName
{
background-color: #2350CB;
}
</style>
border-color css
<style>
span { border-color: #2350CB; }
span { border-color: rgb(35,80,203); }
td.TdClassName
{
border-color: #2350CB;
}
.TagClassName
{
border-color: #2350CB;
}
</style>