Shades of Cerulean Blue #2659CB
Tints of Cerulean Blue #2659CB
RGB
CMYK
RGB Variations
Color information
#2659CB (or 0x2659CB) is known color: Cerulean Blue. HEX triplet: 26, 59 and CB. RGB value is (38,89,203). Sum of RGB (Red+Green+Blue) = 38+89+203=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #2659CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2659CB is #D9A634. Grayscale: #565656. Windows color (decimal): -14263861 or 13326630. OLE color: 13326630.
HSL color Cylindrical-coordinate representation of color #2659CB: hue angle of 221.45º degrees, saturation: 0.68, 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 #2659CB is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 89 | 203 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.20 |
| HSL | 221.45º | 0.68% | 0.47% | - |
| HSV(B) | 221.45º | 0.81% | 0.8% | - |
| XYZ | 15.15 | 11.87 | 57.99 | - |
| YUV | 86.75 | 193.6 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 89 | 203 | 0.81 | 0.56 | 0 | 0.20 | 221.45 | 0.68 | 0.47 |
| Hex | 26 | 59 | CB | 51 | 38 | 0 | 14 | DD | 44 | 2F |
| Octal | 46 | 131 | 313 | 121 | 70 | 0 | 24 | 335 | 104 | 57 |
| Binary | 100110 | 1011001 | 11001011 | 1010001 | 111000 | 0 | 10100 | 11011101 | 1000100 | 101111 |
Color Harmonies of #2659CB
Complementary color
Monochromatic Colors of #2659CB
Black with #2659CB
Text Example
Text Example
White with #2659CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2659CB; }
p { color: rgb(38,89,203); }
H1.HeaderClassName
{
color: #2659CB;
}
.AnyTagClassName
{
color: #2659CB;
}
</style>
background-color css
<style>
a { background-color: #2659CB; }
a { background-color: rgb(38,89,203); }
div.DivClassName
{
background-color: #2659CB;
}
.BgClassName
{
background-color: #2659CB;
}
</style>
border-color css
<style>
span { border-color: #2659CB; }
span { border-color: rgb(38,89,203); }
td.TdClassName
{
border-color: #2659CB;
}
.TagClassName
{
border-color: #2659CB;
}
</style>