Shades of Cerulean Blue #2659DA
Tints of Cerulean Blue #2659DA
RGB
CMYK
RGB Variations
Color information
#2659DA (or 0x2659DA) is known color: Cerulean Blue. HEX triplet: 26, 59 and DA. RGB value is (38,89,218). Sum of RGB (Red+Green+Blue) = 38+89+218=345 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.01% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #2659DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2659DA is #D9A625. Grayscale: #575757. Windows color (decimal): -14263846 or 14309670. OLE color: 14309670.
HSL color Cylindrical-coordinate representation of color #2659DA: hue angle of 223º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2659DA is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 89 | 218 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.15 |
| HSL | 223º | 0.71% | 0.5% | - |
| HSV(B) | 223º | 0.83% | 0.85% | - |
| XYZ | 17.03 | 12.62 | 67.87 | - |
| YUV | 88.46 | 201.1 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 89 | 218 | 0.83 | 0.59 | 0 | 0.15 | 223 | 0.71 | 0.5 |
| Hex | 26 | 59 | DA | 53 | 3B | 0 | F | DF | 47 | 32 |
| Octal | 46 | 131 | 332 | 123 | 73 | 0 | 17 | 337 | 107 | 62 |
| Binary | 100110 | 1011001 | 11011010 | 1010011 | 111011 | 0 | 1111 | 11011111 | 1000111 | 110010 |
Color Harmonies of #2659DA
Complementary color
Monochromatic Colors of #2659DA
Black with #2659DA
Text Example
Text Example
White with #2659DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2659DA; }
p { color: rgb(38,89,218); }
H1.HeaderClassName
{
color: #2659DA;
}
.AnyTagClassName
{
color: #2659DA;
}
</style>
background-color css
<style>
a { background-color: #2659DA; }
a { background-color: rgb(38,89,218); }
div.DivClassName
{
background-color: #2659DA;
}
.BgClassName
{
background-color: #2659DA;
}
</style>
border-color css
<style>
span { border-color: #2659DA; }
span { border-color: rgb(38,89,218); }
td.TdClassName
{
border-color: #2659DA;
}
.TagClassName
{
border-color: #2659DA;
}
</style>