Shades of Blue #0614FB
Tints of Blue #0614FB
RGB
CMYK
RGB Variations
Color information
#0614FB (or 0x0614FB) is known color: Blue. HEX triplet: 06, 14 and FB. RGB value is (6,20,251). Sum of RGB (Red+Green+Blue) = 6+20+251=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 251 (98.44% from 255 or 90.61% from 277); Max value from RGB is 251 - color contains mainly: blue. Hex color #0614FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0614FB is #F9EB04. Grayscale: #292929. Windows color (decimal): -16378629 or 16454662. OLE color: 16454662.
HSL color Cylindrical-coordinate representation of color #0614FB: hue angle of 236.57º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0614FB is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 20 | 251 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.02 |
| HSL | 236.57º | 0.97% | 0.5% | - |
| HSV(B) | 236.57º | 0.98% | 0.98% | - |
| XYZ | 17.74 | 7.5 | 91.78 | - |
| YUV | 42.15 | 245.86 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 251 | 0.98 | 0.92 | 0 | 0.02 | 236.57 | 0.97 | 0.5 |
| Hex | 6 | 14 | FB | 62 | 5C | 0 | 2 | ED | 61 | 32 |
| Octal | 6 | 24 | 373 | 142 | 134 | 0 | 2 | 355 | 141 | 62 |
| Binary | 110 | 10100 | 11111011 | 1100010 | 1011100 | 0 | 10 | 11101101 | 1100001 | 110010 |
Color Harmonies of #0614FB
Complementary color
Monochromatic Colors of #0614FB
Black with #0614FB
Text Example
Text Example
White with #0614FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0614FB; }
p { color: rgb(6,20,251); }
H1.HeaderClassName
{
color: #0614FB;
}
.AnyTagClassName
{
color: #0614FB;
}
</style>
background-color css
<style>
a { background-color: #0614FB; }
a { background-color: rgb(6,20,251); }
div.DivClassName
{
background-color: #0614FB;
}
.BgClassName
{
background-color: #0614FB;
}
</style>
border-color css
<style>
span { border-color: #0614FB; }
span { border-color: rgb(6,20,251); }
td.TdClassName
{
border-color: #0614FB;
}
.TagClassName
{
border-color: #0614FB;
}
</style>