Shades of Cerulean Blue #2258DB
Tints of Cerulean Blue #2258DB
RGB
CMYK
RGB Variations
Color information
#2258DB (or 0x2258DB) is known color: Cerulean Blue. HEX triplet: 22, 58 and DB. RGB value is (34,88,219). Sum of RGB (Red+Green+Blue) = 34+88+219=341 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.97% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #2258DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2258DB is #DDA724. Grayscale: #565656. Windows color (decimal): -14526245 or 14374946. OLE color: 14374946.
HSL color Cylindrical-coordinate representation of color #2258DB: hue angle of 222.49º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2258DB is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 88 | 219 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.14 |
| HSL | 222.49º | 0.73% | 0.5% | - |
| HSV(B) | 222.49º | 0.84% | 0.86% | - |
| XYZ | 16.94 | 12.43 | 68.53 | - |
| YUV | 86.79 | 202.61 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 88 | 219 | 0.84 | 0.60 | 0 | 0.14 | 222.49 | 0.73 | 0.5 |
| Hex | 22 | 58 | DB | 54 | 3C | 0 | E | DE | 49 | 32 |
| Octal | 42 | 130 | 333 | 124 | 74 | 0 | 16 | 336 | 111 | 62 |
| Binary | 100010 | 1011000 | 11011011 | 1010100 | 111100 | 0 | 1110 | 11011110 | 1001001 | 110010 |
Color Harmonies of #2258DB
Complementary color
Monochromatic Colors of #2258DB
Black with #2258DB
Text Example
Text Example
White with #2258DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2258DB; }
p { color: rgb(34,88,219); }
H1.HeaderClassName
{
color: #2258DB;
}
.AnyTagClassName
{
color: #2258DB;
}
</style>
background-color css
<style>
a { background-color: #2258DB; }
a { background-color: rgb(34,88,219); }
div.DivClassName
{
background-color: #2258DB;
}
.BgClassName
{
background-color: #2258DB;
}
</style>
border-color css
<style>
span { border-color: #2258DB; }
span { border-color: rgb(34,88,219); }
td.TdClassName
{
border-color: #2258DB;
}
.TagClassName
{
border-color: #2258DB;
}
</style>