Shades of Cerulean Blue #2654BC
Tints of Cerulean Blue #2654BC
RGB
CMYK
RGB Variations
Color information
#2654BC (or 0x2654BC) is known color: Cerulean Blue. HEX triplet: 26, 54 and BC. RGB value is (38,84,188). Sum of RGB (Red+Green+Blue) = 38+84+188=310 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.26% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #2654BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2654BC is #D9AB43. Grayscale: #515151. Windows color (decimal): -14265156 or 12342310. OLE color: 12342310.
HSL color Cylindrical-coordinate representation of color #2654BC: hue angle of 221.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2654BC is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 84 | 188 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.26 |
| HSL | 221.6º | 0.66% | 0.44% | - |
| HSV(B) | 221.6º | 0.8% | 0.74% | - |
| XYZ | 13.05 | 10.38 | 48.89 | - |
| YUV | 82.1 | 187.76 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 188 | 0.80 | 0.55 | 0 | 0.26 | 221.6 | 0.66 | 0.44 |
| Hex | 26 | 54 | BC | 50 | 37 | 0 | 1A | DE | 42 | 2C |
| Octal | 46 | 124 | 274 | 120 | 67 | 0 | 32 | 336 | 102 | 54 |
| Binary | 100110 | 1010100 | 10111100 | 1010000 | 110111 | 0 | 11010 | 11011110 | 1000010 | 101100 |
Color Harmonies of #2654BC
Complementary color
Monochromatic Colors of #2654BC
Black with #2654BC
Text Example
Text Example
White with #2654BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2654BC; }
p { color: rgb(38,84,188); }
H1.HeaderClassName
{
color: #2654BC;
}
.AnyTagClassName
{
color: #2654BC;
}
</style>
background-color css
<style>
a { background-color: #2654BC; }
a { background-color: rgb(38,84,188); }
div.DivClassName
{
background-color: #2654BC;
}
.BgClassName
{
background-color: #2654BC;
}
</style>
border-color css
<style>
span { border-color: #2654BC; }
span { border-color: rgb(38,84,188); }
td.TdClassName
{
border-color: #2654BC;
}
.TagClassName
{
border-color: #2654BC;
}
</style>