Shades of Cerulean Blue #2654CB
Tints of Cerulean Blue #2654CB
RGB
CMYK
RGB Variations
Color information
#2654CB (or 0x2654CB) is known color: Cerulean Blue. HEX triplet: 26, 54 and CB. RGB value is (38,84,203). Sum of RGB (Red+Green+Blue) = 38+84+203=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #2654CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2654CB is #D9AB34. Grayscale: #535353. Windows color (decimal): -14265141 or 13325350. OLE color: 13325350.
HSL color Cylindrical-coordinate representation of color #2654CB: hue angle of 223.27º 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 #2654CB is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 84 | 203 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.20 |
| HSL | 223.27º | 0.68% | 0.47% | - |
| HSV(B) | 223.27º | 0.81% | 0.8% | - |
| XYZ | 14.75 | 11.06 | 57.86 | - |
| YUV | 83.81 | 195.26 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 203 | 0.81 | 0.59 | 0 | 0.20 | 223.27 | 0.68 | 0.47 |
| Hex | 26 | 54 | CB | 51 | 3B | 0 | 14 | DF | 44 | 2F |
| Octal | 46 | 124 | 313 | 121 | 73 | 0 | 24 | 337 | 104 | 57 |
| Binary | 100110 | 1010100 | 11001011 | 1010001 | 111011 | 0 | 10100 | 11011111 | 1000100 | 101111 |
Color Harmonies of #2654CB
Complementary color
Monochromatic Colors of #2654CB
Black with #2654CB
Text Example
Text Example
White with #2654CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2654CB; }
p { color: rgb(38,84,203); }
H1.HeaderClassName
{
color: #2654CB;
}
.AnyTagClassName
{
color: #2654CB;
}
</style>
background-color css
<style>
a { background-color: #2654CB; }
a { background-color: rgb(38,84,203); }
div.DivClassName
{
background-color: #2654CB;
}
.BgClassName
{
background-color: #2654CB;
}
</style>
border-color css
<style>
span { border-color: #2654CB; }
span { border-color: rgb(38,84,203); }
td.TdClassName
{
border-color: #2654CB;
}
.TagClassName
{
border-color: #2654CB;
}
</style>