Shades of Cerulean Blue #2659CC
Tints of Cerulean Blue #2659CC
RGB
CMYK
RGB Variations
Color information
#2659CC (or 0x2659CC) is known color: Cerulean Blue. HEX triplet: 26, 59 and CC. RGB value is (38,89,204). Sum of RGB (Red+Green+Blue) = 38+89+204=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #2659CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2659CC is #D9A633. Grayscale: #565656. Windows color (decimal): -14263860 or 13392166. OLE color: 13392166.
HSL color Cylindrical-coordinate representation of color #2659CC: hue angle of 221.57º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2659CC is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 89 | 204 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.2 |
| HSL | 221.57º | 0.69% | 0.47% | - |
| HSV(B) | 221.57º | 0.81% | 0.8% | - |
| XYZ | 15.27 | 11.92 | 58.62 | - |
| YUV | 86.86 | 194.1 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 89 | 204 | 0.81 | 0.56 | 0 | 0.2 | 221.57 | 0.69 | 0.47 |
| Hex | 26 | 59 | CC | 51 | 38 | 0 | 14 | DE | 45 | 2F |
| Octal | 46 | 131 | 314 | 121 | 70 | 0 | 24 | 336 | 105 | 57 |
| Binary | 100110 | 1011001 | 11001100 | 1010001 | 111000 | 0 | 10100 | 11011110 | 1000101 | 101111 |
Color Harmonies of #2659CC
Complementary color
Monochromatic Colors of #2659CC
Black with #2659CC
Text Example
Text Example
White with #2659CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2659CC; }
p { color: rgb(38,89,204); }
H1.HeaderClassName
{
color: #2659CC;
}
.AnyTagClassName
{
color: #2659CC;
}
</style>
background-color css
<style>
a { background-color: #2659CC; }
a { background-color: rgb(38,89,204); }
div.DivClassName
{
background-color: #2659CC;
}
.BgClassName
{
background-color: #2659CC;
}
</style>
border-color css
<style>
span { border-color: #2659CC; }
span { border-color: rgb(38,89,204); }
td.TdClassName
{
border-color: #2659CC;
}
.TagClassName
{
border-color: #2659CC;
}
</style>