Shades of Cerulean Blue #2255BC
Tints of Cerulean Blue #2255BC
RGB
CMYK
RGB Variations
Color information
#2255BC (or 0x2255BC) is known color: Cerulean Blue. HEX triplet: 22, 55 and BC. RGB value is (34,85,188). Sum of RGB (Red+Green+Blue) = 34+85+188=307 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.07% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #2255BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2255BC is #DDAA43. Grayscale: #515151. Windows color (decimal): -14527044 or 12342562. OLE color: 12342562.
HSL color Cylindrical-coordinate representation of color #2255BC: hue angle of 220.13º 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 #2255BC is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 85 | 188 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.26 |
| HSL | 220.13º | 0.69% | 0.44% | - |
| HSV(B) | 220.13º | 0.82% | 0.74% | - |
| XYZ | 12.99 | 10.47 | 48.91 | - |
| YUV | 81.49 | 188.1 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 85 | 188 | 0.82 | 0.55 | 0 | 0.26 | 220.13 | 0.69 | 0.44 |
| Hex | 22 | 55 | BC | 52 | 37 | 0 | 1A | DC | 45 | 2C |
| Octal | 42 | 125 | 274 | 122 | 67 | 0 | 32 | 334 | 105 | 54 |
| Binary | 100010 | 1010101 | 10111100 | 1010010 | 110111 | 0 | 11010 | 11011100 | 1000101 | 101100 |
Color Harmonies of #2255BC
Complementary color
Monochromatic Colors of #2255BC
Black with #2255BC
Text Example
Text Example
White with #2255BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2255BC; }
p { color: rgb(34,85,188); }
H1.HeaderClassName
{
color: #2255BC;
}
.AnyTagClassName
{
color: #2255BC;
}
</style>
background-color css
<style>
a { background-color: #2255BC; }
a { background-color: rgb(34,85,188); }
div.DivClassName
{
background-color: #2255BC;
}
.BgClassName
{
background-color: #2255BC;
}
</style>
border-color css
<style>
span { border-color: #2255BC; }
span { border-color: rgb(34,85,188); }
td.TdClassName
{
border-color: #2255BC;
}
.TagClassName
{
border-color: #2255BC;
}
</style>