Shades of Cerulean Blue #2260DA
Tints of Cerulean Blue #2260DA
RGB
CMYK
RGB Variations
Color information
#2260DA (or 0x2260DA) is known color: Cerulean Blue. HEX triplet: 22, 60 and DA. RGB value is (34,96,218). Sum of RGB (Red+Green+Blue) = 34+96+218=348 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.77% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #2260DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2260DA is #DD9F25. Grayscale: #5A5A5A. Windows color (decimal): -14524198 or 14311458. OLE color: 14311458.
HSL color Cylindrical-coordinate representation of color #2260DA: hue angle of 219.78º 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 #2260DA is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 96 | 218 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.15 |
| HSL | 219.78º | 0.73% | 0.49% | - |
| HSV(B) | 219.78º | 0.84% | 0.85% | - |
| XYZ | 17.5 | 13.77 | 68.06 | - |
| YUV | 91.37 | 199.46 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 96 | 218 | 0.84 | 0.56 | 0 | 0.15 | 219.78 | 0.73 | 0.49 |
| Hex | 22 | 60 | DA | 54 | 38 | 0 | F | DC | 49 | 31 |
| Octal | 42 | 140 | 332 | 124 | 70 | 0 | 17 | 334 | 111 | 61 |
| Binary | 100010 | 1100000 | 11011010 | 1010100 | 111000 | 0 | 1111 | 11011100 | 1001001 | 110001 |
Color Harmonies of #2260DA
Complementary color
Monochromatic Colors of #2260DA
Black with #2260DA
Text Example
Text Example
White with #2260DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2260DA; }
p { color: rgb(34,96,218); }
H1.HeaderClassName
{
color: #2260DA;
}
.AnyTagClassName
{
color: #2260DA;
}
</style>
background-color css
<style>
a { background-color: #2260DA; }
a { background-color: rgb(34,96,218); }
div.DivClassName
{
background-color: #2260DA;
}
.BgClassName
{
background-color: #2260DA;
}
</style>
border-color css
<style>
span { border-color: #2260DA; }
span { border-color: rgb(34,96,218); }
td.TdClassName
{
border-color: #2260DA;
}
.TagClassName
{
border-color: #2260DA;
}
</style>