Shades of Blue #030CEC
Tints of Blue #030CEC
RGB
CMYK
RGB Variations
Color information
#030CEC (or 0x030CEC) is known color: Blue. HEX triplet: 03, 0C and EC. RGB value is (3,12,236). Sum of RGB (Red+Green+Blue) = 3+12+236=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 236 (92.58% from 255 or 94.02% from 251); Max value from RGB is 236 - color contains mainly: blue. Hex color #030CEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030CEC is #FCF313. Grayscale: #212121. Windows color (decimal): -16577300 or 15469571. OLE color: 15469571.
HSL color Cylindrical-coordinate representation of color #030CEC: hue angle of 237.68º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030CEC is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 12 | 236 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.07 |
| HSL | 237.68º | 0.97% | 0.47% | - |
| HSV(B) | 237.68º | 0.99% | 0.93% | - |
| XYZ | 15.31 | 6.34 | 79.77 | - |
| YUV | 34.85 | 241.52 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 236 | 0.99 | 0.95 | 0 | 0.07 | 237.68 | 0.97 | 0.47 |
| Hex | 3 | C | EC | 63 | 5F | 0 | 7 | EE | 61 | 2F |
| Octal | 3 | 14 | 354 | 143 | 137 | 0 | 7 | 356 | 141 | 57 |
| Binary | 11 | 1100 | 11101100 | 1100011 | 1011111 | 0 | 111 | 11101110 | 1100001 | 101111 |
Color Harmonies of #030CEC
Complementary color
Monochromatic Colors of #030CEC
Black with #030CEC
Text Example
Text Example
White with #030CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030CEC; }
p { color: rgb(3,12,236); }
H1.HeaderClassName
{
color: #030CEC;
}
.AnyTagClassName
{
color: #030CEC;
}
</style>
background-color css
<style>
a { background-color: #030CEC; }
a { background-color: rgb(3,12,236); }
div.DivClassName
{
background-color: #030CEC;
}
.BgClassName
{
background-color: #030CEC;
}
</style>
border-color css
<style>
span { border-color: #030CEC; }
span { border-color: rgb(3,12,236); }
td.TdClassName
{
border-color: #030CEC;
}
.TagClassName
{
border-color: #030CEC;
}
</style>