Shades of Cerulean Blue #2259BC
Tints of Cerulean Blue #2259BC
RGB
CMYK
RGB Variations
Color information
#2259BC (or 0x2259BC) is known color: Cerulean Blue. HEX triplet: 22, 59 and BC. RGB value is (34,89,188). Sum of RGB (Red+Green+Blue) = 34+89+188=311 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.93% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #2259BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2259BC is #DDA643. Grayscale: #535353. Windows color (decimal): -14526020 or 12343586. OLE color: 12343586.
HSL color Cylindrical-coordinate representation of color #2259BC: hue angle of 218.57º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2259BC is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 89 | 188 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.26 |
| HSL | 218.57º | 0.69% | 0.44% | - |
| HSV(B) | 218.57º | 0.82% | 0.74% | - |
| XYZ | 13.31 | 11.12 | 49.02 | - |
| YUV | 83.84 | 186.78 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 89 | 188 | 0.82 | 0.53 | 0 | 0.26 | 218.57 | 0.69 | 0.44 |
| Hex | 22 | 59 | BC | 52 | 35 | 0 | 1A | DB | 45 | 2C |
| Octal | 42 | 131 | 274 | 122 | 65 | 0 | 32 | 333 | 105 | 54 |
| Binary | 100010 | 1011001 | 10111100 | 1010010 | 110101 | 0 | 11010 | 11011011 | 1000101 | 101100 |
Color Harmonies of #2259BC
Complementary color
Monochromatic Colors of #2259BC
Black with #2259BC
Text Example
Text Example
White with #2259BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2259BC; }
p { color: rgb(34,89,188); }
H1.HeaderClassName
{
color: #2259BC;
}
.AnyTagClassName
{
color: #2259BC;
}
</style>
background-color css
<style>
a { background-color: #2259BC; }
a { background-color: rgb(34,89,188); }
div.DivClassName
{
background-color: #2259BC;
}
.BgClassName
{
background-color: #2259BC;
}
</style>
border-color css
<style>
span { border-color: #2259BC; }
span { border-color: rgb(34,89,188); }
td.TdClassName
{
border-color: #2259BC;
}
.TagClassName
{
border-color: #2259BC;
}
</style>