Shades of Blue #060CFA
Tints of Blue #060CFA
RGB
CMYK
RGB Variations
Color information
#060CFA (or 0x060CFA) is known color: Blue. HEX triplet: 06, 0C and FA. RGB value is (6,12,250). Sum of RGB (Red+Green+Blue) = 6+12+250=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 250 (98.05% from 255 or 93.28% from 268); Max value from RGB is 250 - color contains mainly: blue. Hex color #060CFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #060CFA is #F9F305. Grayscale: #242424. Windows color (decimal): -16380678 or 16387078. OLE color: 16387078.
HSL color Cylindrical-coordinate representation of color #060CFA: hue angle of 238.52º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #060CFA is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 12 | 250 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.02 |
| HSL | 238.52º | 0.96% | 0.5% | - |
| HSV(B) | 238.52º | 0.98% | 0.98% | - |
| XYZ | 17.46 | 7.2 | 90.91 | - |
| YUV | 37.34 | 248.01 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 250 | 0.98 | 0.95 | 0 | 0.02 | 238.52 | 0.96 | 0.5 |
| Hex | 6 | C | FA | 62 | 5F | 0 | 2 | EF | 60 | 32 |
| Octal | 6 | 14 | 372 | 142 | 137 | 0 | 2 | 357 | 140 | 62 |
| Binary | 110 | 1100 | 11111010 | 1100010 | 1011111 | 0 | 10 | 11101111 | 1100000 | 110010 |
Color Harmonies of #060CFA
Complementary color
Monochromatic Colors of #060CFA
Black with #060CFA
Text Example
Text Example
White with #060CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060CFA; }
p { color: rgb(6,12,250); }
H1.HeaderClassName
{
color: #060CFA;
}
.AnyTagClassName
{
color: #060CFA;
}
</style>
background-color css
<style>
a { background-color: #060CFA; }
a { background-color: rgb(6,12,250); }
div.DivClassName
{
background-color: #060CFA;
}
.BgClassName
{
background-color: #060CFA;
}
</style>
border-color css
<style>
span { border-color: #060CFA; }
span { border-color: rgb(6,12,250); }
td.TdClassName
{
border-color: #060CFA;
}
.TagClassName
{
border-color: #060CFA;
}
</style>