Shades of Cerulean Blue #2658CB
Tints of Cerulean Blue #2658CB
RGB
CMYK
RGB Variations
Color information
#2658CB (or 0x2658CB) is known color: Cerulean Blue. HEX triplet: 26, 58 and CB. RGB value is (38,88,203). Sum of RGB (Red+Green+Blue) = 38+88+203=329 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.55% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #2658CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2658CB is #D9A734. Grayscale: #555555. Windows color (decimal): -14264117 or 13326374. OLE color: 13326374.
HSL color Cylindrical-coordinate representation of color #2658CB: hue angle of 221.82º 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 #2658CB is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 88 | 203 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.20 |
| HSL | 221.82º | 0.68% | 0.47% | - |
| HSV(B) | 221.82º | 0.81% | 0.8% | - |
| XYZ | 15.07 | 11.7 | 57.96 | - |
| YUV | 86.16 | 193.94 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 88 | 203 | 0.81 | 0.57 | 0 | 0.20 | 221.82 | 0.68 | 0.47 |
| Hex | 26 | 58 | CB | 51 | 39 | 0 | 14 | DE | 44 | 2F |
| Octal | 46 | 130 | 313 | 121 | 71 | 0 | 24 | 336 | 104 | 57 |
| Binary | 100110 | 1011000 | 11001011 | 1010001 | 111001 | 0 | 10100 | 11011110 | 1000100 | 101111 |
Color Harmonies of #2658CB
Complementary color
Monochromatic Colors of #2658CB
Black with #2658CB
Text Example
Text Example
White with #2658CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2658CB; }
p { color: rgb(38,88,203); }
H1.HeaderClassName
{
color: #2658CB;
}
.AnyTagClassName
{
color: #2658CB;
}
</style>
background-color css
<style>
a { background-color: #2658CB; }
a { background-color: rgb(38,88,203); }
div.DivClassName
{
background-color: #2658CB;
}
.BgClassName
{
background-color: #2658CB;
}
</style>
border-color css
<style>
span { border-color: #2658CB; }
span { border-color: rgb(38,88,203); }
td.TdClassName
{
border-color: #2658CB;
}
.TagClassName
{
border-color: #2658CB;
}
</style>