Shades of Blue #0203EA
Tints of Blue #0203EA
RGB
CMYK
RGB Variations
Color information
#0203EA (or 0x0203EA) is known color: Blue. HEX triplet: 02, 03 and EA. RGB value is (2,3,234). Sum of RGB (Red+Green+Blue) = 2+3+234=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 234 (91.80% from 255 or 97.91% from 239); Max value from RGB is 234 - color contains mainly: blue. Hex color #0203EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0203EA is #FDFC15. Grayscale: #1C1C1C. Windows color (decimal): -16645142 or 15336194. OLE color: 15336194.
HSL color Cylindrical-coordinate representation of color #0203EA: hue angle of 239.74º 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 #0203EA is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 3 | 234 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.08 |
| HSL | 239.74º | 0.98% | 0.46% | - |
| HSV(B) | 239.74º | 0.99% | 0.92% | - |
| XYZ | 14.91 | 6.02 | 78.22 | - |
| YUV | 29.04 | 243.67 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 3 | 234 | 0.99 | 0.99 | 0 | 0.08 | 239.74 | 0.98 | 0.46 |
| Hex | 2 | 3 | EA | 63 | 63 | 0 | 8 | F0 | 62 | 2E |
| Octal | 2 | 3 | 352 | 143 | 143 | 0 | 10 | 360 | 142 | 56 |
| Binary | 10 | 11 | 11101010 | 1100011 | 1100011 | 0 | 1000 | 11110000 | 1100010 | 101110 |
Color Harmonies of #0203EA
Complementary color
Monochromatic Colors of #0203EA
Black with #0203EA
Text Example
Text Example
White with #0203EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0203EA; }
p { color: rgb(2,3,234); }
H1.HeaderClassName
{
color: #0203EA;
}
.AnyTagClassName
{
color: #0203EA;
}
</style>
background-color css
<style>
a { background-color: #0203EA; }
a { background-color: rgb(2,3,234); }
div.DivClassName
{
background-color: #0203EA;
}
.BgClassName
{
background-color: #0203EA;
}
</style>
border-color css
<style>
span { border-color: #0203EA; }
span { border-color: rgb(2,3,234); }
td.TdClassName
{
border-color: #0203EA;
}
.TagClassName
{
border-color: #0203EA;
}
</style>