Shades of Cerulean Blue #2E63BF
Tints of Cerulean Blue #2E63BF
RGB
CMYK
RGB Variations
Color information
#2E63BF (or 0x2E63BF) is known color: Cerulean Blue. HEX triplet: 2E, 63 and BF. RGB value is (46,99,191). Sum of RGB (Red+Green+Blue) = 46+99+191=336 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.69% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E63BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E63BF is #D19C40. Grayscale: #5D5D5D. Windows color (decimal): -13737025 or 12542766. OLE color: 12542766.
HSL color Cylindrical-coordinate representation of color #2E63BF: hue angle of 218.07º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E63BF is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 99 | 191 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.25 |
| HSL | 218.07º | 0.61% | 0.46% | - |
| HSV(B) | 218.07º | 0.76% | 0.75% | - |
| XYZ | 14.99 | 13.27 | 51.06 | - |
| YUV | 93.64 | 182.94 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 99 | 191 | 0.76 | 0.48 | 0 | 0.25 | 218.07 | 0.61 | 0.46 |
| Hex | 2E | 63 | BF | 4C | 30 | 0 | 19 | DA | 3D | 2E |
| Octal | 56 | 143 | 277 | 114 | 60 | 0 | 31 | 332 | 75 | 56 |
| Binary | 101110 | 1100011 | 10111111 | 1001100 | 110000 | 0 | 11001 | 11011010 | 111101 | 101110 |
Color Harmonies of #2E63BF
Complementary color
Monochromatic Colors of #2E63BF
Black with #2E63BF
Text Example
Text Example
White with #2E63BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E63BF; }
p { color: rgb(46,99,191); }
H1.HeaderClassName
{
color: #2E63BF;
}
.AnyTagClassName
{
color: #2E63BF;
}
</style>
background-color css
<style>
a { background-color: #2E63BF; }
a { background-color: rgb(46,99,191); }
div.DivClassName
{
background-color: #2E63BF;
}
.BgClassName
{
background-color: #2E63BF;
}
</style>
border-color css
<style>
span { border-color: #2E63BF; }
span { border-color: rgb(46,99,191); }
td.TdClassName
{
border-color: #2E63BF;
}
.TagClassName
{
border-color: #2E63BF;
}
</style>