Shades of Blue #030DEA
Tints of Blue #030DEA
RGB
CMYK
RGB Variations
Color information
#030DEA (or 0x030DEA) is known color: Blue. HEX triplet: 03, 0D and EA. RGB value is (3,13,234). Sum of RGB (Red+Green+Blue) = 3+13+234=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 234 (91.80% from 255 or 93.6% from 250); Max value from RGB is 234 - color contains mainly: blue. Hex color #030DEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030DEA is #FCF215. Grayscale: #222222. Windows color (decimal): -16577046 or 15338755. OLE color: 15338755.
HSL color Cylindrical-coordinate representation of color #030DEA: hue angle of 237.4º 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 #030DEA is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 13 | 234 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.08 |
| HSL | 237.4º | 0.97% | 0.46% | - |
| HSV(B) | 237.4º | 0.99% | 0.92% | - |
| XYZ | 15.03 | 6.25 | 78.26 | - |
| YUV | 35.2 | 240.19 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 234 | 0.99 | 0.94 | 0 | 0.08 | 237.4 | 0.97 | 0.46 |
| Hex | 3 | D | EA | 63 | 5E | 0 | 8 | ED | 61 | 2E |
| Octal | 3 | 15 | 352 | 143 | 136 | 0 | 10 | 355 | 141 | 56 |
| Binary | 11 | 1101 | 11101010 | 1100011 | 1011110 | 0 | 1000 | 11101101 | 1100001 | 101110 |
Color Harmonies of #030DEA
Complementary color
Monochromatic Colors of #030DEA
Black with #030DEA
Text Example
Text Example
White with #030DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030DEA; }
p { color: rgb(3,13,234); }
H1.HeaderClassName
{
color: #030DEA;
}
.AnyTagClassName
{
color: #030DEA;
}
</style>
background-color css
<style>
a { background-color: #030DEA; }
a { background-color: rgb(3,13,234); }
div.DivClassName
{
background-color: #030DEA;
}
.BgClassName
{
background-color: #030DEA;
}
</style>
border-color css
<style>
span { border-color: #030DEA; }
span { border-color: rgb(3,13,234); }
td.TdClassName
{
border-color: #030DEA;
}
.TagClassName
{
border-color: #030DEA;
}
</style>