Shades of Blue #0614FD
Tints of Blue #0614FD
RGB
CMYK
RGB Variations
Color information
#0614FD (or 0x0614FD) is known color: Blue. HEX triplet: 06, 14 and FD. RGB value is (6,20,253). Sum of RGB (Red+Green+Blue) = 6+20+253=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 253 (99.22% from 255 or 90.68% from 279); Max value from RGB is 253 - color contains mainly: blue. Hex color #0614FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0614FD is #F9EB02. Grayscale: #292929. Windows color (decimal): -16378627 or 16585734. OLE color: 16585734.
HSL color Cylindrical-coordinate representation of color #0614FD: hue angle of 236.6º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0614FD is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 20 | 253 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.01 |
| HSL | 236.6º | 0.98% | 0.51% | - |
| HSV(B) | 236.6º | 0.98% | 0.99% | - |
| XYZ | 18.05 | 7.63 | 93.45 | - |
| YUV | 42.38 | 246.86 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 253 | 0.98 | 0.92 | 0 | 0.01 | 236.6 | 0.98 | 0.51 |
| Hex | 6 | 14 | FD | 62 | 5C | 0 | 1 | ED | 62 | 33 |
| Octal | 6 | 24 | 375 | 142 | 134 | 0 | 1 | 355 | 142 | 63 |
| Binary | 110 | 10100 | 11111101 | 1100010 | 1011100 | 0 | 1 | 11101101 | 1100010 | 110011 |
Color Harmonies of #0614FD
Complementary color
Monochromatic Colors of #0614FD
Black with #0614FD
Text Example
Text Example
White with #0614FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0614FD; }
p { color: rgb(6,20,253); }
H1.HeaderClassName
{
color: #0614FD;
}
.AnyTagClassName
{
color: #0614FD;
}
</style>
background-color css
<style>
a { background-color: #0614FD; }
a { background-color: rgb(6,20,253); }
div.DivClassName
{
background-color: #0614FD;
}
.BgClassName
{
background-color: #0614FD;
}
</style>
border-color css
<style>
span { border-color: #0614FD; }
span { border-color: rgb(6,20,253); }
td.TdClassName
{
border-color: #0614FD;
}
.TagClassName
{
border-color: #0614FD;
}
</style>