Shades of Blue #060CEA
Tints of Blue #060CEA
RGB
CMYK
RGB Variations
Color information
#060CEA (or 0x060CEA) is known color: Blue. HEX triplet: 06, 0C and EA. RGB value is (6,12,234). Sum of RGB (Red+Green+Blue) = 6+12+234=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 234 (91.80% from 255 or 92.86% from 252); Max value from RGB is 234 - color contains mainly: blue. Hex color #060CEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #060CEA is #F9F315. Grayscale: #222222. Windows color (decimal): -16380694 or 15338502. OLE color: 15338502.
HSL color Cylindrical-coordinate representation of color #060CEA: hue angle of 238.42º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060CEA is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 12 | 234 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.08 |
| HSL | 238.42º | 0.95% | 0.47% | - |
| HSV(B) | 238.42º | 0.97% | 0.92% | - |
| XYZ | 15.06 | 6.24 | 78.25 | - |
| YUV | 35.51 | 240.01 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 234 | 0.97 | 0.95 | 0 | 0.08 | 238.42 | 0.95 | 0.47 |
| Hex | 6 | C | EA | 61 | 5F | 0 | 8 | EE | 5F | 2F |
| Octal | 6 | 14 | 352 | 141 | 137 | 0 | 10 | 356 | 137 | 57 |
| Binary | 110 | 1100 | 11101010 | 1100001 | 1011111 | 0 | 1000 | 11101110 | 1011111 | 101111 |
Color Harmonies of #060CEA
Complementary color
Monochromatic Colors of #060CEA
Black with #060CEA
Text Example
Text Example
White with #060CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060CEA; }
p { color: rgb(6,12,234); }
H1.HeaderClassName
{
color: #060CEA;
}
.AnyTagClassName
{
color: #060CEA;
}
</style>
background-color css
<style>
a { background-color: #060CEA; }
a { background-color: rgb(6,12,234); }
div.DivClassName
{
background-color: #060CEA;
}
.BgClassName
{
background-color: #060CEA;
}
</style>
border-color css
<style>
span { border-color: #060CEA; }
span { border-color: rgb(6,12,234); }
td.TdClassName
{
border-color: #060CEA;
}
.TagClassName
{
border-color: #060CEA;
}
</style>