Shades of Cerulean Blue #2250BB
Tints of Cerulean Blue #2250BB
RGB
CMYK
RGB Variations
Color information
#2250BB (or 0x2250BB) is known color: Cerulean Blue. HEX triplet: 22, 50 and BB. RGB value is (34,80,187). Sum of RGB (Red+Green+Blue) = 34+80+187=301 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.30% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #2250BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2250BB is #DDAF44. Grayscale: #4D4D4D. Windows color (decimal): -14528325 or 12275746. OLE color: 12275746.
HSL color Cylindrical-coordinate representation of color #2250BB: hue angle of 221.96º 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 #2250BB is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 80 | 187 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.27 |
| HSL | 221.96º | 0.69% | 0.43% | - |
| HSV(B) | 221.96º | 0.82% | 0.73% | - |
| XYZ | 12.5 | 9.67 | 48.22 | - |
| YUV | 78.44 | 189.26 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 80 | 187 | 0.82 | 0.57 | 0 | 0.27 | 221.96 | 0.69 | 0.43 |
| Hex | 22 | 50 | BB | 52 | 39 | 0 | 1B | DE | 45 | 2B |
| Octal | 42 | 120 | 273 | 122 | 71 | 0 | 33 | 336 | 105 | 53 |
| Binary | 100010 | 1010000 | 10111011 | 1010010 | 111001 | 0 | 11011 | 11011110 | 1000101 | 101011 |
Color Harmonies of #2250BB
Complementary color
Monochromatic Colors of #2250BB
Black with #2250BB
Text Example
Text Example
White with #2250BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2250BB; }
p { color: rgb(34,80,187); }
H1.HeaderClassName
{
color: #2250BB;
}
.AnyTagClassName
{
color: #2250BB;
}
</style>
background-color css
<style>
a { background-color: #2250BB; }
a { background-color: rgb(34,80,187); }
div.DivClassName
{
background-color: #2250BB;
}
.BgClassName
{
background-color: #2250BB;
}
</style>
border-color css
<style>
span { border-color: #2250BB; }
span { border-color: rgb(34,80,187); }
td.TdClassName
{
border-color: #2250BB;
}
.TagClassName
{
border-color: #2250BB;
}
</style>