Shades of Blue #0614EE
Tints of Blue #0614EE
RGB
CMYK
RGB Variations
Color information
#0614EE (or 0x0614EE) is known color: Blue. HEX triplet: 06, 14 and EE. RGB value is (6,20,238). Sum of RGB (Red+Green+Blue) = 6+20+238=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 238 (93.36% from 255 or 90.15% from 264); Max value from RGB is 238 - color contains mainly: blue. Hex color #0614EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0614EE is #F9EB11. Grayscale: #272727. Windows color (decimal): -16378642 or 15602694. OLE color: 15602694.
HSL color Cylindrical-coordinate representation of color #0614EE: hue angle of 236.38º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0614EE is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 20 | 238 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.07 |
| HSL | 236.38º | 0.95% | 0.48% | - |
| HSV(B) | 236.38º | 0.97% | 0.93% | - |
| XYZ | 15.76 | 6.71 | 81.35 | - |
| YUV | 40.67 | 239.36 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 238 | 0.97 | 0.92 | 0 | 0.07 | 236.38 | 0.95 | 0.48 |
| Hex | 6 | 14 | EE | 61 | 5C | 0 | 7 | EC | 5F | 30 |
| Octal | 6 | 24 | 356 | 141 | 134 | 0 | 7 | 354 | 137 | 60 |
| Binary | 110 | 10100 | 11101110 | 1100001 | 1011100 | 0 | 111 | 11101100 | 1011111 | 110000 |
Color Harmonies of #0614EE
Complementary color
Monochromatic Colors of #0614EE
Black with #0614EE
Text Example
Text Example
White with #0614EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0614EE; }
p { color: rgb(6,20,238); }
H1.HeaderClassName
{
color: #0614EE;
}
.AnyTagClassName
{
color: #0614EE;
}
</style>
background-color css
<style>
a { background-color: #0614EE; }
a { background-color: rgb(6,20,238); }
div.DivClassName
{
background-color: #0614EE;
}
.BgClassName
{
background-color: #0614EE;
}
</style>
border-color css
<style>
span { border-color: #0614EE; }
span { border-color: rgb(6,20,238); }
td.TdClassName
{
border-color: #0614EE;
}
.TagClassName
{
border-color: #0614EE;
}
</style>