Shades of Blue #061EF2
Tints of Blue #061EF2
RGB
CMYK
RGB Variations
Color information
#061EF2 (or 0x061EF2) is known color: Blue. HEX triplet: 06, 1E and F2. RGB value is (6,30,242). Sum of RGB (Red+Green+Blue) = 6+30+242=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 242 (94.92% from 255 or 87.05% from 278); Max value from RGB is 242 - color contains mainly: blue. Hex color #061EF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061EF2 is #F9E10D. Grayscale: #2E2E2E. Windows color (decimal): -16376078 or 15867398. OLE color: 15867398.
HSL color Cylindrical-coordinate representation of color #061EF2: hue angle of 233.9º 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 #061EF2 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 30 | 242 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.05 |
| HSL | 233.9º | 0.95% | 0.49% | - |
| HSV(B) | 233.9º | 0.98% | 0.95% | - |
| XYZ | 16.57 | 7.38 | 84.56 | - |
| YUV | 46.99 | 238.05 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 242 | 0.98 | 0.88 | 0 | 0.05 | 233.9 | 0.95 | 0.49 |
| Hex | 6 | 1E | F2 | 62 | 58 | 0 | 5 | EA | 5F | 31 |
| Octal | 6 | 36 | 362 | 142 | 130 | 0 | 5 | 352 | 137 | 61 |
| Binary | 110 | 11110 | 11110010 | 1100010 | 1011000 | 0 | 101 | 11101010 | 1011111 | 110001 |
Color Harmonies of #061EF2
Complementary color
Monochromatic Colors of #061EF2
Black with #061EF2
Text Example
Text Example
White with #061EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061EF2; }
p { color: rgb(6,30,242); }
H1.HeaderClassName
{
color: #061EF2;
}
.AnyTagClassName
{
color: #061EF2;
}
</style>
background-color css
<style>
a { background-color: #061EF2; }
a { background-color: rgb(6,30,242); }
div.DivClassName
{
background-color: #061EF2;
}
.BgClassName
{
background-color: #061EF2;
}
</style>
border-color css
<style>
span { border-color: #061EF2; }
span { border-color: rgb(6,30,242); }
td.TdClassName
{
border-color: #061EF2;
}
.TagClassName
{
border-color: #061EF2;
}
</style>