Shades of Cerulean Blue #2250CB
Tints of Cerulean Blue #2250CB
RGB
CMYK
RGB Variations
Color information
#2250CB (or 0x2250CB) is known color: Cerulean Blue. HEX triplet: 22, 50 and CB. RGB value is (34,80,203). Sum of RGB (Red+Green+Blue) = 34+80+203=317 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.73% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #2250CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2250CB is #DDAF34. Grayscale: #4F4F4F. Windows color (decimal): -14528309 or 13324322. OLE color: 13324322.
HSL color Cylindrical-coordinate representation of color #2250CB: hue angle of 223.67º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2250CB is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 80 | 203 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.20 |
| HSL | 223.67º | 0.71% | 0.46% | - |
| HSV(B) | 223.67º | 0.83% | 0.8% | - |
| XYZ | 14.31 | 10.39 | 57.75 | - |
| YUV | 80.27 | 197.26 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 80 | 203 | 0.83 | 0.61 | 0 | 0.20 | 223.67 | 0.71 | 0.46 |
| Hex | 22 | 50 | CB | 53 | 3D | 0 | 14 | E0 | 47 | 2E |
| Octal | 42 | 120 | 313 | 123 | 75 | 0 | 24 | 340 | 107 | 56 |
| Binary | 100010 | 1010000 | 11001011 | 1010011 | 111101 | 0 | 10100 | 11100000 | 1000111 | 101110 |
Color Harmonies of #2250CB
Complementary color
Monochromatic Colors of #2250CB
Black with #2250CB
Text Example
Text Example
White with #2250CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2250CB; }
p { color: rgb(34,80,203); }
H1.HeaderClassName
{
color: #2250CB;
}
.AnyTagClassName
{
color: #2250CB;
}
</style>
background-color css
<style>
a { background-color: #2250CB; }
a { background-color: rgb(34,80,203); }
div.DivClassName
{
background-color: #2250CB;
}
.BgClassName
{
background-color: #2250CB;
}
</style>
border-color css
<style>
span { border-color: #2250CB; }
span { border-color: rgb(34,80,203); }
td.TdClassName
{
border-color: #2250CB;
}
.TagClassName
{
border-color: #2250CB;
}
</style>