Shades of Blue #061CF2
Tints of Blue #061CF2
RGB
CMYK
RGB Variations
Color information
#061CF2 (or 0x061CF2) is known color: Blue. HEX triplet: 06, 1C and F2. RGB value is (6,28,242). Sum of RGB (Red+Green+Blue) = 6+28+242=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 242 (94.92% from 255 or 87.68% from 276); Max value from RGB is 242 - color contains mainly: blue. Hex color #061CF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061CF2 is #F9E30D. Grayscale: #2C2C2C. Windows color (decimal): -16376590 or 15866886. OLE color: 15866886.
HSL color Cylindrical-coordinate representation of color #061CF2: hue angle of 234.41º 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 #061CF2 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 28 | 242 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.05 |
| HSL | 234.41º | 0.95% | 0.49% | - |
| HSV(B) | 234.41º | 0.98% | 0.95% | - |
| XYZ | 16.52 | 7.28 | 84.54 | - |
| YUV | 45.82 | 238.71 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 242 | 0.98 | 0.88 | 0 | 0.05 | 234.41 | 0.95 | 0.49 |
| Hex | 6 | 1C | F2 | 62 | 58 | 0 | 5 | EA | 5F | 31 |
| Octal | 6 | 34 | 362 | 142 | 130 | 0 | 5 | 352 | 137 | 61 |
| Binary | 110 | 11100 | 11110010 | 1100010 | 1011000 | 0 | 101 | 11101010 | 1011111 | 110001 |
Color Harmonies of #061CF2
Complementary color
Monochromatic Colors of #061CF2
Black with #061CF2
Text Example
Text Example
White with #061CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061CF2; }
p { color: rgb(6,28,242); }
H1.HeaderClassName
{
color: #061CF2;
}
.AnyTagClassName
{
color: #061CF2;
}
</style>
background-color css
<style>
a { background-color: #061CF2; }
a { background-color: rgb(6,28,242); }
div.DivClassName
{
background-color: #061CF2;
}
.BgClassName
{
background-color: #061CF2;
}
</style>
border-color css
<style>
span { border-color: #061CF2; }
span { border-color: rgb(6,28,242); }
td.TdClassName
{
border-color: #061CF2;
}
.TagClassName
{
border-color: #061CF2;
}
</style>