Shades of Cerulean Blue #2662CE
Tints of Cerulean Blue #2662CE
RGB
CMYK
RGB Variations
Color information
#2662CE (or 0x2662CE) is known color: Cerulean Blue. HEX triplet: 26, 62 and CE. RGB value is (38,98,206). Sum of RGB (Red+Green+Blue) = 38+98+206=342 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.11% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #2662CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2662CE is #D99D31. Grayscale: #5B5B5B. Windows color (decimal): -14261554 or 13525542. OLE color: 13525542.
HSL color Cylindrical-coordinate representation of color #2662CE: hue angle of 218.57º 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 #2662CE is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 98 | 206 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.19 |
| HSL | 218.57º | 0.69% | 0.48% | - |
| HSV(B) | 218.57º | 0.82% | 0.81% | - |
| XYZ | 16.31 | 13.6 | 60.16 | - |
| YUV | 92.37 | 192.12 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 98 | 206 | 0.82 | 0.52 | 0 | 0.19 | 218.57 | 0.69 | 0.48 |
| Hex | 26 | 62 | CE | 52 | 34 | 0 | 13 | DB | 45 | 30 |
| Octal | 46 | 142 | 316 | 122 | 64 | 0 | 23 | 333 | 105 | 60 |
| Binary | 100110 | 1100010 | 11001110 | 1010010 | 110100 | 0 | 10011 | 11011011 | 1000101 | 110000 |
Color Harmonies of #2662CE
Complementary color
Monochromatic Colors of #2662CE
Black with #2662CE
Text Example
Text Example
White with #2662CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2662CE; }
p { color: rgb(38,98,206); }
H1.HeaderClassName
{
color: #2662CE;
}
.AnyTagClassName
{
color: #2662CE;
}
</style>
background-color css
<style>
a { background-color: #2662CE; }
a { background-color: rgb(38,98,206); }
div.DivClassName
{
background-color: #2662CE;
}
.BgClassName
{
background-color: #2662CE;
}
</style>
border-color css
<style>
span { border-color: #2662CE; }
span { border-color: rgb(38,98,206); }
td.TdClassName
{
border-color: #2662CE;
}
.TagClassName
{
border-color: #2662CE;
}
</style>