Shades of Cerulean Blue #2654CC
Tints of Cerulean Blue #2654CC
RGB
CMYK
RGB Variations
Color information
#2654CC (or 0x2654CC) is known color: Cerulean Blue. HEX triplet: 26, 54 and CC. RGB value is (38,84,204). Sum of RGB (Red+Green+Blue) = 38+84+204=326 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.66% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #2654CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2654CC is #D9AB33. Grayscale: #535353. Windows color (decimal): -14265140 or 13390886. OLE color: 13390886.
HSL color Cylindrical-coordinate representation of color #2654CC: hue angle of 223.37º 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 #2654CC is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 84 | 204 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.2 |
| HSL | 223.37º | 0.69% | 0.47% | - |
| HSV(B) | 223.37º | 0.81% | 0.8% | - |
| XYZ | 14.87 | 11.11 | 58.49 | - |
| YUV | 83.93 | 195.76 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 204 | 0.81 | 0.59 | 0 | 0.2 | 223.37 | 0.69 | 0.47 |
| Hex | 26 | 54 | CC | 51 | 3B | 0 | 14 | DF | 45 | 2F |
| Octal | 46 | 124 | 314 | 121 | 73 | 0 | 24 | 337 | 105 | 57 |
| Binary | 100110 | 1010100 | 11001100 | 1010001 | 111011 | 0 | 10100 | 11011111 | 1000101 | 101111 |
Color Harmonies of #2654CC
Complementary color
Monochromatic Colors of #2654CC
Black with #2654CC
Text Example
Text Example
White with #2654CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2654CC; }
p { color: rgb(38,84,204); }
H1.HeaderClassName
{
color: #2654CC;
}
.AnyTagClassName
{
color: #2654CC;
}
</style>
background-color css
<style>
a { background-color: #2654CC; }
a { background-color: rgb(38,84,204); }
div.DivClassName
{
background-color: #2654CC;
}
.BgClassName
{
background-color: #2654CC;
}
</style>
border-color css
<style>
span { border-color: #2654CC; }
span { border-color: rgb(38,84,204); }
td.TdClassName
{
border-color: #2654CC;
}
.TagClassName
{
border-color: #2654CC;
}
</style>