Shades of Cerulean Blue #2259DA
Tints of Cerulean Blue #2259DA
RGB
CMYK
RGB Variations
Color information
#2259DA (or 0x2259DA) is known color: Cerulean Blue. HEX triplet: 22, 59 and DA. RGB value is (34,89,218). Sum of RGB (Red+Green+Blue) = 34+89+218=341 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.97% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #2259DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2259DA is #DDA625. Grayscale: #565656. Windows color (decimal): -14525990 or 14309666. OLE color: 14309666.
HSL color Cylindrical-coordinate representation of color #2259DA: hue angle of 222.07º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2259DA is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 89 | 218 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.15 |
| HSL | 222.07º | 0.73% | 0.49% | - |
| HSV(B) | 222.07º | 0.84% | 0.85% | - |
| XYZ | 16.89 | 12.55 | 67.86 | - |
| YUV | 87.26 | 201.78 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 89 | 218 | 0.84 | 0.59 | 0 | 0.15 | 222.07 | 0.73 | 0.49 |
| Hex | 22 | 59 | DA | 54 | 3B | 0 | F | DE | 49 | 31 |
| Octal | 42 | 131 | 332 | 124 | 73 | 0 | 17 | 336 | 111 | 61 |
| Binary | 100010 | 1011001 | 11011010 | 1010100 | 111011 | 0 | 1111 | 11011110 | 1001001 | 110001 |
Color Harmonies of #2259DA
Complementary color
Monochromatic Colors of #2259DA
Black with #2259DA
Text Example
Text Example
White with #2259DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2259DA; }
p { color: rgb(34,89,218); }
H1.HeaderClassName
{
color: #2259DA;
}
.AnyTagClassName
{
color: #2259DA;
}
</style>
background-color css
<style>
a { background-color: #2259DA; }
a { background-color: rgb(34,89,218); }
div.DivClassName
{
background-color: #2259DA;
}
.BgClassName
{
background-color: #2259DA;
}
</style>
border-color css
<style>
span { border-color: #2259DA; }
span { border-color: rgb(34,89,218); }
td.TdClassName
{
border-color: #2259DA;
}
.TagClassName
{
border-color: #2259DA;
}
</style>