Shades of Blue #0612F2
Tints of Blue #0612F2
RGB
CMYK
RGB Variations
Color information
#0612F2 (or 0x0612F2) is known color: Blue. HEX triplet: 06, 12 and F2. RGB value is (6,18,242). Sum of RGB (Red+Green+Blue) = 6+18+242=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 242 (94.92% from 255 or 90.98% from 266); Max value from RGB is 242 - color contains mainly: blue. Hex color #0612F2 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0612F2 is #F9ED0D. Grayscale: #272727. Windows color (decimal): -16379150 or 15864326. OLE color: 15864326.
HSL color Cylindrical-coordinate representation of color #0612F2: hue angle of 236.95º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0612F2 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 18 | 242 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.05 |
| HSL | 236.95º | 0.95% | 0.49% | - |
| HSV(B) | 236.95º | 0.98% | 0.95% | - |
| XYZ | 16.32 | 6.88 | 84.47 | - |
| YUV | 39.95 | 242.02 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 18 | 242 | 0.98 | 0.93 | 0 | 0.05 | 236.95 | 0.95 | 0.49 |
| Hex | 6 | 12 | F2 | 62 | 5D | 0 | 5 | ED | 5F | 31 |
| Octal | 6 | 22 | 362 | 142 | 135 | 0 | 5 | 355 | 137 | 61 |
| Binary | 110 | 10010 | 11110010 | 1100010 | 1011101 | 0 | 101 | 11101101 | 1011111 | 110001 |
Color Harmonies of #0612F2
Complementary color
Monochromatic Colors of #0612F2
Black with #0612F2
Text Example
Text Example
White with #0612F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0612F2; }
p { color: rgb(6,18,242); }
H1.HeaderClassName
{
color: #0612F2;
}
.AnyTagClassName
{
color: #0612F2;
}
</style>
background-color css
<style>
a { background-color: #0612F2; }
a { background-color: rgb(6,18,242); }
div.DivClassName
{
background-color: #0612F2;
}
.BgClassName
{
background-color: #0612F2;
}
</style>
border-color css
<style>
span { border-color: #0612F2; }
span { border-color: rgb(6,18,242); }
td.TdClassName
{
border-color: #0612F2;
}
.TagClassName
{
border-color: #0612F2;
}
</style>