Shades of Cerulean Blue #2659C0
Tints of Cerulean Blue #2659C0
RGB
CMYK
RGB Variations
Color information
#2659C0 (or 0x2659C0) is known color: Cerulean Blue. HEX triplet: 26, 59 and C0. RGB value is (38,89,192). Sum of RGB (Red+Green+Blue) = 38+89+192=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 192 (75.39% from 255 or 60.19% from 319); Max value from RGB is 192 - color contains mainly: blue. Hex color #2659C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2659C0 is #D9A63F. Grayscale: #555555. Windows color (decimal): -14263872 or 12605734. OLE color: 12605734.
HSL color Cylindrical-coordinate representation of color #2659C0: hue angle of 220.13º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2659C0 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 89 | 192 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.25 |
| HSL | 220.13º | 0.67% | 0.45% | - |
| HSV(B) | 220.13º | 0.8% | 0.75% | - |
| XYZ | 13.89 | 11.36 | 51.33 | - |
| YUV | 85.49 | 188.1 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 89 | 192 | 0.80 | 0.54 | 0 | 0.25 | 220.13 | 0.67 | 0.45 |
| Hex | 26 | 59 | C0 | 50 | 36 | 0 | 19 | DC | 43 | 2D |
| Octal | 46 | 131 | 300 | 120 | 66 | 0 | 31 | 334 | 103 | 55 |
| Binary | 100110 | 1011001 | 11000000 | 1010000 | 110110 | 0 | 11001 | 11011100 | 1000011 | 101101 |
Color Harmonies of #2659C0
Complementary color
Monochromatic Colors of #2659C0
Black with #2659C0
Text Example
Text Example
White with #2659C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2659C0; }
p { color: rgb(38,89,192); }
H1.HeaderClassName
{
color: #2659C0;
}
.AnyTagClassName
{
color: #2659C0;
}
</style>
background-color css
<style>
a { background-color: #2659C0; }
a { background-color: rgb(38,89,192); }
div.DivClassName
{
background-color: #2659C0;
}
.BgClassName
{
background-color: #2659C0;
}
</style>
border-color css
<style>
span { border-color: #2659C0; }
span { border-color: rgb(38,89,192); }
td.TdClassName
{
border-color: #2659C0;
}
.TagClassName
{
border-color: #2659C0;
}
</style>