Shades of Blue #030CE6
Tints of Blue #030CE6
RGB
CMYK
RGB Variations
Color information
#030CE6 (or 0x030CE6) is known color: Blue. HEX triplet: 03, 0C and E6. RGB value is (3,12,230). Sum of RGB (Red+Green+Blue) = 3+12+230=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 230 (90.23% from 255 or 93.88% from 245); Max value from RGB is 230 - color contains mainly: blue. Hex color #030CE6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030CE6 is #FCF319. Grayscale: #212121. Windows color (decimal): -16577306 or 15076355. OLE color: 15076355.
HSL color Cylindrical-coordinate representation of color #030CE6: hue angle of 237.62º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030CE6 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 12 | 230 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.10 |
| HSL | 237.62º | 0.97% | 0.46% | - |
| HSV(B) | 237.62º | 0.99% | 0.9% | - |
| XYZ | 14.45 | 6 | 75.26 | - |
| YUV | 34.16 | 238.52 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 230 | 0.99 | 0.95 | 0 | 0.10 | 237.62 | 0.97 | 0.46 |
| Hex | 3 | C | E6 | 63 | 5F | 0 | A | EE | 61 | 2E |
| Octal | 3 | 14 | 346 | 143 | 137 | 0 | 12 | 356 | 141 | 56 |
| Binary | 11 | 1100 | 11100110 | 1100011 | 1011111 | 0 | 1010 | 11101110 | 1100001 | 101110 |
Color Harmonies of #030CE6
Complementary color
Monochromatic Colors of #030CE6
Black with #030CE6
Text Example
Text Example
White with #030CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030CE6; }
p { color: rgb(3,12,230); }
H1.HeaderClassName
{
color: #030CE6;
}
.AnyTagClassName
{
color: #030CE6;
}
</style>
background-color css
<style>
a { background-color: #030CE6; }
a { background-color: rgb(3,12,230); }
div.DivClassName
{
background-color: #030CE6;
}
.BgClassName
{
background-color: #030CE6;
}
</style>
border-color css
<style>
span { border-color: #030CE6; }
span { border-color: rgb(3,12,230); }
td.TdClassName
{
border-color: #030CE6;
}
.TagClassName
{
border-color: #030CE6;
}
</style>