Shades of Blue #061CF8
Tints of Blue #061CF8
RGB
CMYK
RGB Variations
Color information
#061CF8 (or 0x061CF8) is known color: Blue. HEX triplet: 06, 1C and F8. RGB value is (6,28,248). Sum of RGB (Red+Green+Blue) = 6+28+248=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 248 (97.27% from 255 or 87.94% from 282); Max value from RGB is 248 - color contains mainly: blue. Hex color #061CF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061CF8 is #F9E307. Grayscale: #2D2D2D. Windows color (decimal): -16376584 or 16260102. OLE color: 16260102.
HSL color Cylindrical-coordinate representation of color #061CF8: hue angle of 234.55º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #061CF8 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 6 | 28 | 248 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.03 |
| HSL | 234.55º | 0.95% | 0.5% | - |
| HSV(B) | 234.55º | 0.98% | 0.97% | - |
| XYZ | 17.43 | 7.65 | 89.36 | - |
| YUV | 46.5 | 241.71 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 248 | 0.98 | 0.89 | 0 | 0.03 | 234.55 | 0.95 | 0.5 |
| Hex | 6 | 1C | F8 | 62 | 59 | 0 | 3 | EB | 5F | 32 |
| Octal | 6 | 34 | 370 | 142 | 131 | 0 | 3 | 353 | 137 | 62 |
| Binary | 110 | 11100 | 11111000 | 1100010 | 1011001 | 0 | 11 | 11101011 | 1011111 | 110010 |
Color Harmonies of #061CF8
Complementary color
Monochromatic Colors of #061CF8
Black with #061CF8
Text Example
Text Example
White with #061CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061CF8; }
p { color: rgb(6,28,248); }
H1.HeaderClassName
{
color: #061CF8;
}
.AnyTagClassName
{
color: #061CF8;
}
</style>
background-color css
<style>
a { background-color: #061CF8; }
a { background-color: rgb(6,28,248); }
div.DivClassName
{
background-color: #061CF8;
}
.BgClassName
{
background-color: #061CF8;
}
</style>
border-color css
<style>
span { border-color: #061CF8; }
span { border-color: rgb(6,28,248); }
td.TdClassName
{
border-color: #061CF8;
}
.TagClassName
{
border-color: #061CF8;
}
</style>