Shades of Cerulean Blue #2654BD
Tints of Cerulean Blue #2654BD
RGB
CMYK
RGB Variations
Color information
#2654BD (or 0x2654BD) is known color: Cerulean Blue. HEX triplet: 26, 54 and BD. RGB value is (38,84,189). Sum of RGB (Red+Green+Blue) = 38+84+189=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #2654BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2654BD is #D9AB42. Grayscale: #515151. Windows color (decimal): -14265155 or 12407846. OLE color: 12407846.
HSL color Cylindrical-coordinate representation of color #2654BD: hue angle of 221.72º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2654BD is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 84 | 189 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.26 |
| HSL | 221.72º | 0.67% | 0.45% | - |
| HSV(B) | 221.72º | 0.8% | 0.74% | - |
| XYZ | 13.15 | 10.43 | 49.46 | - |
| YUV | 82.22 | 188.26 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 189 | 0.80 | 0.56 | 0 | 0.26 | 221.72 | 0.67 | 0.45 |
| Hex | 26 | 54 | BD | 50 | 38 | 0 | 1A | DE | 43 | 2D |
| Octal | 46 | 124 | 275 | 120 | 70 | 0 | 32 | 336 | 103 | 55 |
| Binary | 100110 | 1010100 | 10111101 | 1010000 | 111000 | 0 | 11010 | 11011110 | 1000011 | 101101 |
Color Harmonies of #2654BD
Complementary color
Monochromatic Colors of #2654BD
Black with #2654BD
Text Example
Text Example
White with #2654BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2654BD; }
p { color: rgb(38,84,189); }
H1.HeaderClassName
{
color: #2654BD;
}
.AnyTagClassName
{
color: #2654BD;
}
</style>
background-color css
<style>
a { background-color: #2654BD; }
a { background-color: rgb(38,84,189); }
div.DivClassName
{
background-color: #2654BD;
}
.BgClassName
{
background-color: #2654BD;
}
</style>
border-color css
<style>
span { border-color: #2654BD; }
span { border-color: rgb(38,84,189); }
td.TdClassName
{
border-color: #2654BD;
}
.TagClassName
{
border-color: #2654BD;
}
</style>