Shades of Cerulean Blue #2653CB
Tints of Cerulean Blue #2653CB
RGB
CMYK
RGB Variations
Color information
#2653CB (or 0x2653CB) is known color: Cerulean Blue. HEX triplet: 26, 53 and CB. RGB value is (38,83,203). Sum of RGB (Red+Green+Blue) = 38+83+203=324 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.73% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #2653CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2653CB is #D9AC34. Grayscale: #525252. Windows color (decimal): -14265397 or 13325094. OLE color: 13325094.
HSL color Cylindrical-coordinate representation of color #2653CB: hue angle of 223.64º 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 #2653CB is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 83 | 203 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.20 |
| HSL | 223.64º | 0.68% | 0.47% | - |
| HSV(B) | 223.64º | 0.81% | 0.8% | - |
| XYZ | 14.67 | 10.91 | 57.83 | - |
| YUV | 83.23 | 195.59 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 203 | 0.81 | 0.59 | 0 | 0.20 | 223.64 | 0.68 | 0.47 |
| Hex | 26 | 53 | CB | 51 | 3B | 0 | 14 | E0 | 44 | 2F |
| Octal | 46 | 123 | 313 | 121 | 73 | 0 | 24 | 340 | 104 | 57 |
| Binary | 100110 | 1010011 | 11001011 | 1010001 | 111011 | 0 | 10100 | 11100000 | 1000100 | 101111 |
Color Harmonies of #2653CB
Complementary color
Monochromatic Colors of #2653CB
Black with #2653CB
Text Example
Text Example
White with #2653CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2653CB; }
p { color: rgb(38,83,203); }
H1.HeaderClassName
{
color: #2653CB;
}
.AnyTagClassName
{
color: #2653CB;
}
</style>
background-color css
<style>
a { background-color: #2653CB; }
a { background-color: rgb(38,83,203); }
div.DivClassName
{
background-color: #2653CB;
}
.BgClassName
{
background-color: #2653CB;
}
</style>
border-color css
<style>
span { border-color: #2653CB; }
span { border-color: rgb(38,83,203); }
td.TdClassName
{
border-color: #2653CB;
}
.TagClassName
{
border-color: #2653CB;
}
</style>