Shades of Blue #061CF5
Tints of Blue #061CF5
RGB
CMYK
RGB Variations
Color information
#061CF5 (or 0x061CF5) is known color: Blue. HEX triplet: 06, 1C and F5. RGB value is (6,28,245). Sum of RGB (Red+Green+Blue) = 6+28+245=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 245 (96.09% from 255 or 87.81% from 279); Max value from RGB is 245 - color contains mainly: blue. Hex color #061CF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061CF5 is #F9E30A. Grayscale: #2D2D2D. Windows color (decimal): -16376587 or 16063494. OLE color: 16063494.
HSL color Cylindrical-coordinate representation of color #061CF5: hue angle of 234.48º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #061CF5 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 6 | 28 | 245 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.04 |
| HSL | 234.48º | 0.95% | 0.49% | - |
| HSV(B) | 234.48º | 0.98% | 0.96% | - |
| XYZ | 16.97 | 7.46 | 86.93 | - |
| YUV | 46.16 | 240.21 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 245 | 0.98 | 0.89 | 0 | 0.04 | 234.48 | 0.95 | 0.49 |
| Hex | 6 | 1C | F5 | 62 | 59 | 0 | 4 | EA | 5F | 31 |
| Octal | 6 | 34 | 365 | 142 | 131 | 0 | 4 | 352 | 137 | 61 |
| Binary | 110 | 11100 | 11110101 | 1100010 | 1011001 | 0 | 100 | 11101010 | 1011111 | 110001 |
Color Harmonies of #061CF5
Complementary color
Monochromatic Colors of #061CF5
Black with #061CF5
Text Example
Text Example
White with #061CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061CF5; }
p { color: rgb(6,28,245); }
H1.HeaderClassName
{
color: #061CF5;
}
.AnyTagClassName
{
color: #061CF5;
}
</style>
background-color css
<style>
a { background-color: #061CF5; }
a { background-color: rgb(6,28,245); }
div.DivClassName
{
background-color: #061CF5;
}
.BgClassName
{
background-color: #061CF5;
}
</style>
border-color css
<style>
span { border-color: #061CF5; }
span { border-color: rgb(6,28,245); }
td.TdClassName
{
border-color: #061CF5;
}
.TagClassName
{
border-color: #061CF5;
}
</style>