Shades of Cerulean Blue #2658CE
Tints of Cerulean Blue #2658CE
RGB
CMYK
RGB Variations
Color information
#2658CE (or 0x2658CE) is known color: Cerulean Blue. HEX triplet: 26, 58 and CE. RGB value is (38,88,206). Sum of RGB (Red+Green+Blue) = 38+88+206=332 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.45% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #2658CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2658CE is #D9A731. Grayscale: #555555. Windows color (decimal): -14264114 or 13522982. OLE color: 13522982.
HSL color Cylindrical-coordinate representation of color #2658CE: hue angle of 222.14º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2658CE is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 88 | 206 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.19 |
| HSL | 222.14º | 0.69% | 0.48% | - |
| HSV(B) | 222.14º | 0.82% | 0.81% | - |
| XYZ | 15.43 | 11.85 | 59.87 | - |
| YUV | 86.5 | 195.44 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 88 | 206 | 0.82 | 0.57 | 0 | 0.19 | 222.14 | 0.69 | 0.48 |
| Hex | 26 | 58 | CE | 52 | 39 | 0 | 13 | DE | 45 | 30 |
| Octal | 46 | 130 | 316 | 122 | 71 | 0 | 23 | 336 | 105 | 60 |
| Binary | 100110 | 1011000 | 11001110 | 1010010 | 111001 | 0 | 10011 | 11011110 | 1000101 | 110000 |
Color Harmonies of #2658CE
Complementary color
Monochromatic Colors of #2658CE
Black with #2658CE
Text Example
Text Example
White with #2658CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2658CE; }
p { color: rgb(38,88,206); }
H1.HeaderClassName
{
color: #2658CE;
}
.AnyTagClassName
{
color: #2658CE;
}
</style>
background-color css
<style>
a { background-color: #2658CE; }
a { background-color: rgb(38,88,206); }
div.DivClassName
{
background-color: #2658CE;
}
.BgClassName
{
background-color: #2658CE;
}
</style>
border-color css
<style>
span { border-color: #2658CE; }
span { border-color: rgb(38,88,206); }
td.TdClassName
{
border-color: #2658CE;
}
.TagClassName
{
border-color: #2658CE;
}
</style>