Shades of Blue #030CEA
Tints of Blue #030CEA
RGB
CMYK
RGB Variations
Color information
#030CEA (or 0x030CEA) is known color: Blue. HEX triplet: 03, 0C and EA. RGB value is (3,12,234). Sum of RGB (Red+Green+Blue) = 3+12+234=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 234 (91.80% from 255 or 93.98% from 249); Max value from RGB is 234 - color contains mainly: blue. Hex color #030CEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030CEA is #FCF315. Grayscale: #212121. Windows color (decimal): -16577302 or 15338499. OLE color: 15338499.
HSL color Cylindrical-coordinate representation of color #030CEA: hue angle of 237.66º degrees, saturation: 0.97, 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 #030CEA is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 12 | 234 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.08 |
| HSL | 237.66º | 0.97% | 0.46% | - |
| HSV(B) | 237.66º | 0.99% | 0.92% | - |
| XYZ | 15.02 | 6.22 | 78.25 | - |
| YUV | 34.62 | 240.52 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 234 | 0.99 | 0.95 | 0 | 0.08 | 237.66 | 0.97 | 0.46 |
| Hex | 3 | C | EA | 63 | 5F | 0 | 8 | EE | 61 | 2E |
| Octal | 3 | 14 | 352 | 143 | 137 | 0 | 10 | 356 | 141 | 56 |
| Binary | 11 | 1100 | 11101010 | 1100011 | 1011111 | 0 | 1000 | 11101110 | 1100001 | 101110 |
Color Harmonies of #030CEA
Complementary color
Monochromatic Colors of #030CEA
Black with #030CEA
Text Example
Text Example
White with #030CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030CEA; }
p { color: rgb(3,12,234); }
H1.HeaderClassName
{
color: #030CEA;
}
.AnyTagClassName
{
color: #030CEA;
}
</style>
background-color css
<style>
a { background-color: #030CEA; }
a { background-color: rgb(3,12,234); }
div.DivClassName
{
background-color: #030CEA;
}
.BgClassName
{
background-color: #030CEA;
}
</style>
border-color css
<style>
span { border-color: #030CEA; }
span { border-color: rgb(3,12,234); }
td.TdClassName
{
border-color: #030CEA;
}
.TagClassName
{
border-color: #030CEA;
}
</style>