Shades of Medium Blue #2E00CF
Tints of Medium Blue #2E00CF
RGB
CMYK
RGB Variations
Color information
#2E00CF (or 0x2E00CF) is known color: Medium Blue. HEX triplet: 2E, 00 and CF. RGB value is (46,0,207). Sum of RGB (Red+Green+Blue) = 46+0+207=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 207 (81.25% from 255 or 81.82% from 253); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E00CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E00CF is #D1FF30. Grayscale: #242424. Windows color (decimal): -13762353 or 13565998. OLE color: 13565998.
HSL color Cylindrical-coordinate representation of color #2E00CF: hue angle of 253.33º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E00CF is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 0 | 207 | - |
| CMYK | 0.78 | 1 | 0 | 0.19 |
| HSL | 253.33º | 1% | 0.41% | - |
| HSV(B) | 253.33º | 1% | 0.81% | - |
| XYZ | 12.39 | 5.09 | 59.36 | - |
| YUV | 37.35 | 223.74 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 207 | 0.78 | 1 | 0 | 0.19 | 253.33 | 1 | 0.41 |
| Hex | 2E | 0 | CF | 4E | 64 | 0 | 13 | FD | 64 | 29 |
| Octal | 56 | 0 | 317 | 116 | 144 | 0 | 23 | 375 | 144 | 51 |
| Binary | 101110 | 0 | 11001111 | 1001110 | 1100100 | 0 | 10011 | 11111101 | 1100100 | 101001 |
Color Harmonies of #2E00CF
Complementary color
Monochromatic Colors of #2E00CF
Black with #2E00CF
Text Example
Text Example
White with #2E00CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E00CF; }
p { color: rgb(46,0,207); }
H1.HeaderClassName
{
color: #2E00CF;
}
.AnyTagClassName
{
color: #2E00CF;
}
</style>
background-color css
<style>
a { background-color: #2E00CF; }
a { background-color: rgb(46,0,207); }
div.DivClassName
{
background-color: #2E00CF;
}
.BgClassName
{
background-color: #2E00CF;
}
</style>
border-color css
<style>
span { border-color: #2E00CF; }
span { border-color: rgb(46,0,207); }
td.TdClassName
{
border-color: #2E00CF;
}
.TagClassName
{
border-color: #2E00CF;
}
</style>