Shades of Cerulean Blue #2654CE
Tints of Cerulean Blue #2654CE
RGB
CMYK
RGB Variations
Color information
#2654CE (or 0x2654CE) is known color: Cerulean Blue. HEX triplet: 26, 54 and CE. RGB value is (38,84,206). Sum of RGB (Red+Green+Blue) = 38+84+206=328 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.59% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #2654CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2654CE is #D9AB31. Grayscale: #535353. Windows color (decimal): -14265138 or 13521958. OLE color: 13521958.
HSL color Cylindrical-coordinate representation of color #2654CE: hue angle of 223.57º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2654CE is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 84 | 206 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.19 |
| HSL | 223.57º | 0.69% | 0.48% | - |
| HSV(B) | 223.57º | 0.82% | 0.81% | - |
| XYZ | 15.11 | 11.21 | 59.76 | - |
| YUV | 84.15 | 196.76 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 206 | 0.82 | 0.59 | 0 | 0.19 | 223.57 | 0.69 | 0.48 |
| Hex | 26 | 54 | CE | 52 | 3B | 0 | 13 | E0 | 45 | 30 |
| Octal | 46 | 124 | 316 | 122 | 73 | 0 | 23 | 340 | 105 | 60 |
| Binary | 100110 | 1010100 | 11001110 | 1010010 | 111011 | 0 | 10011 | 11100000 | 1000101 | 110000 |
Color Harmonies of #2654CE
Complementary color
Monochromatic Colors of #2654CE
Black with #2654CE
Text Example
Text Example
White with #2654CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2654CE; }
p { color: rgb(38,84,206); }
H1.HeaderClassName
{
color: #2654CE;
}
.AnyTagClassName
{
color: #2654CE;
}
</style>
background-color css
<style>
a { background-color: #2654CE; }
a { background-color: rgb(38,84,206); }
div.DivClassName
{
background-color: #2654CE;
}
.BgClassName
{
background-color: #2654CE;
}
</style>
border-color css
<style>
span { border-color: #2654CE; }
span { border-color: rgb(38,84,206); }
td.TdClassName
{
border-color: #2654CE;
}
.TagClassName
{
border-color: #2654CE;
}
</style>