Shades of Cerulean Blue #2E66CF
Tints of Cerulean Blue #2E66CF
RGB
CMYK
RGB Variations
Color information
#2E66CF (or 0x2E66CF) is known color: Cerulean Blue. HEX triplet: 2E, 66 and CF. RGB value is (46,102,207). Sum of RGB (Red+Green+Blue) = 46+102+207=355 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.96% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E66CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E66CF is #D19930. Grayscale: #606060. Windows color (decimal): -13736241 or 13592110. OLE color: 13592110.
HSL color Cylindrical-coordinate representation of color #2E66CF: hue angle of 219.13º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E66CF is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 102 | 207 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.19 |
| HSL | 219.13º | 0.64% | 0.5% | - |
| HSV(B) | 219.13º | 0.78% | 0.81% | - |
| XYZ | 17.14 | 14.59 | 60.94 | - |
| YUV | 97.23 | 189.95 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 102 | 207 | 0.78 | 0.51 | 0 | 0.19 | 219.13 | 0.64 | 0.5 |
| Hex | 2E | 66 | CF | 4E | 33 | 0 | 13 | DB | 40 | 32 |
| Octal | 56 | 146 | 317 | 116 | 63 | 0 | 23 | 333 | 100 | 62 |
| Binary | 101110 | 1100110 | 11001111 | 1001110 | 110011 | 0 | 10011 | 11011011 | 1000000 | 110010 |
Color Harmonies of #2E66CF
Complementary color
Monochromatic Colors of #2E66CF
Black with #2E66CF
Text Example
Text Example
White with #2E66CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E66CF; }
p { color: rgb(46,102,207); }
H1.HeaderClassName
{
color: #2E66CF;
}
.AnyTagClassName
{
color: #2E66CF;
}
</style>
background-color css
<style>
a { background-color: #2E66CF; }
a { background-color: rgb(46,102,207); }
div.DivClassName
{
background-color: #2E66CF;
}
.BgClassName
{
background-color: #2E66CF;
}
</style>
border-color css
<style>
span { border-color: #2E66CF; }
span { border-color: rgb(46,102,207); }
td.TdClassName
{
border-color: #2E66CF;
}
.TagClassName
{
border-color: #2E66CF;
}
</style>