Shades of Cerulean Blue #2250BA
Tints of Cerulean Blue #2250BA
RGB
CMYK
RGB Variations
Color information
#2250BA (or 0x2250BA) is known color: Cerulean Blue. HEX triplet: 22, 50 and BA. RGB value is (34,80,186). Sum of RGB (Red+Green+Blue) = 34+80+186=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #2250BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2250BA is #DDAF45. Grayscale: #4D4D4D. Windows color (decimal): -14528326 or 12210210. OLE color: 12210210.
HSL color Cylindrical-coordinate representation of color #2250BA: hue angle of 221.84º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2250BA is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 80 | 186 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.27 |
| HSL | 221.84º | 0.69% | 0.43% | - |
| HSV(B) | 221.84º | 0.82% | 0.73% | - |
| XYZ | 12.39 | 9.62 | 47.66 | - |
| YUV | 78.33 | 188.76 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 80 | 186 | 0.82 | 0.57 | 0 | 0.27 | 221.84 | 0.69 | 0.43 |
| Hex | 22 | 50 | BA | 52 | 39 | 0 | 1B | DE | 45 | 2B |
| Octal | 42 | 120 | 272 | 122 | 71 | 0 | 33 | 336 | 105 | 53 |
| Binary | 100010 | 1010000 | 10111010 | 1010010 | 111001 | 0 | 11011 | 11011110 | 1000101 | 101011 |
Color Harmonies of #2250BA
Complementary color
Monochromatic Colors of #2250BA
Black with #2250BA
Text Example
Text Example
White with #2250BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2250BA; }
p { color: rgb(34,80,186); }
H1.HeaderClassName
{
color: #2250BA;
}
.AnyTagClassName
{
color: #2250BA;
}
</style>
background-color css
<style>
a { background-color: #2250BA; }
a { background-color: rgb(34,80,186); }
div.DivClassName
{
background-color: #2250BA;
}
.BgClassName
{
background-color: #2250BA;
}
</style>
border-color css
<style>
span { border-color: #2250BA; }
span { border-color: rgb(34,80,186); }
td.TdClassName
{
border-color: #2250BA;
}
.TagClassName
{
border-color: #2250BA;
}
</style>