Shades of Blue #020CEB
Tints of Blue #020CEB
RGB
CMYK
RGB Variations
Color information
#020CEB (or 0x020CEB) is known color: Blue. HEX triplet: 02, 0C and EB. RGB value is (2,12,235). Sum of RGB (Red+Green+Blue) = 2+12+235=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 235 (92.19% from 255 or 94.38% from 249); Max value from RGB is 235 - color contains mainly: blue. Hex color #020CEB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020CEB is #FDF314. Grayscale: #212121. Windows color (decimal): -16642837 or 15404034. OLE color: 15404034.
HSL color Cylindrical-coordinate representation of color #020CEB: hue angle of 237.42º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020CEB is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 12 | 235 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.08 |
| HSL | 237.42º | 0.98% | 0.46% | - |
| HSV(B) | 237.42º | 0.99% | 0.92% | - |
| XYZ | 15.15 | 6.27 | 79.01 | - |
| YUV | 34.43 | 241.19 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 235 | 0.99 | 0.95 | 0 | 0.08 | 237.42 | 0.98 | 0.46 |
| Hex | 2 | C | EB | 63 | 5F | 0 | 8 | ED | 62 | 2E |
| Octal | 2 | 14 | 353 | 143 | 137 | 0 | 10 | 355 | 142 | 56 |
| Binary | 10 | 1100 | 11101011 | 1100011 | 1011111 | 0 | 1000 | 11101101 | 1100010 | 101110 |
Color Harmonies of #020CEB
Complementary color
Monochromatic Colors of #020CEB
Black with #020CEB
Text Example
Text Example
White with #020CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020CEB; }
p { color: rgb(2,12,235); }
H1.HeaderClassName
{
color: #020CEB;
}
.AnyTagClassName
{
color: #020CEB;
}
</style>
background-color css
<style>
a { background-color: #020CEB; }
a { background-color: rgb(2,12,235); }
div.DivClassName
{
background-color: #020CEB;
}
.BgClassName
{
background-color: #020CEB;
}
</style>
border-color css
<style>
span { border-color: #020CEB; }
span { border-color: rgb(2,12,235); }
td.TdClassName
{
border-color: #020CEB;
}
.TagClassName
{
border-color: #020CEB;
}
</style>