Shades of Blue #060FED
Tints of Blue #060FED
RGB
CMYK
RGB Variations
Color information
#060FED (or 0x060FED) is known color: Blue. HEX triplet: 06, 0F and ED. RGB value is (6,15,237). Sum of RGB (Red+Green+Blue) = 6+15+237=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 237 (92.97% from 255 or 91.86% from 258); Max value from RGB is 237 - color contains mainly: blue. Hex color #060FED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #060FED is #F9F012. Grayscale: #242424. Windows color (decimal): -16379923 or 15535878. OLE color: 15535878.
HSL color Cylindrical-coordinate representation of color #060FED: hue angle of 237.66º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060FED is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 15 | 237 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.07 |
| HSL | 237.66º | 0.95% | 0.48% | - |
| HSV(B) | 237.66º | 0.97% | 0.93% | - |
| XYZ | 15.53 | 6.49 | 80.56 | - |
| YUV | 37.62 | 240.52 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 15 | 237 | 0.97 | 0.94 | 0 | 0.07 | 237.66 | 0.95 | 0.48 |
| Hex | 6 | F | ED | 61 | 5E | 0 | 7 | EE | 5F | 30 |
| Octal | 6 | 17 | 355 | 141 | 136 | 0 | 7 | 356 | 137 | 60 |
| Binary | 110 | 1111 | 11101101 | 1100001 | 1011110 | 0 | 111 | 11101110 | 1011111 | 110000 |
Color Harmonies of #060FED
Complementary color
Monochromatic Colors of #060FED
Black with #060FED
Text Example
Text Example
White with #060FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060FED; }
p { color: rgb(6,15,237); }
H1.HeaderClassName
{
color: #060FED;
}
.AnyTagClassName
{
color: #060FED;
}
</style>
background-color css
<style>
a { background-color: #060FED; }
a { background-color: rgb(6,15,237); }
div.DivClassName
{
background-color: #060FED;
}
.BgClassName
{
background-color: #060FED;
}
</style>
border-color css
<style>
span { border-color: #060FED; }
span { border-color: rgb(6,15,237); }
td.TdClassName
{
border-color: #060FED;
}
.TagClassName
{
border-color: #060FED;
}
</style>