Shades of Blue #0300EA
Tints of Blue #0300EA
RGB
CMYK
RGB Variations
Color information
#0300EA (or 0x0300EA) is known color: Blue. HEX triplet: 03, 00 and EA. RGB value is (3,0,234). Sum of RGB (Red+Green+Blue) = 3+0+234=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 234 (91.80% from 255 or 98.73% from 237); Max value from RGB is 234 - color contains mainly: blue. Hex color #0300EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0300EA is #FCFF15. Grayscale: #1A1A1A. Windows color (decimal): -16580374 or 15335427. OLE color: 15335427.
HSL color Cylindrical-coordinate representation of color #0300EA: hue angle of 240.77º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0300EA is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 0 | 234 | - |
| CMYK | 0.99 | 1 | 0 | 0.08 |
| HSL | 240.77º | 1% | 0.46% | - |
| HSV(B) | 240.77º | 1% | 0.92% | - |
| XYZ | 14.89 | 5.96 | 78.21 | - |
| YUV | 27.57 | 244.49 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 234 | 0.99 | 1 | 0 | 0.08 | 240.77 | 1 | 0.46 |
| Hex | 3 | 0 | EA | 63 | 64 | 0 | 8 | F1 | 64 | 2E |
| Octal | 3 | 0 | 352 | 143 | 144 | 0 | 10 | 361 | 144 | 56 |
| Binary | 11 | 0 | 11101010 | 1100011 | 1100100 | 0 | 1000 | 11110001 | 1100100 | 101110 |
Color Harmonies of #0300EA
Complementary color
Monochromatic Colors of #0300EA
Black with #0300EA
Text Example
Text Example
White with #0300EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0300EA; }
p { color: rgb(3,0,234); }
H1.HeaderClassName
{
color: #0300EA;
}
.AnyTagClassName
{
color: #0300EA;
}
</style>
background-color css
<style>
a { background-color: #0300EA; }
a { background-color: rgb(3,0,234); }
div.DivClassName
{
background-color: #0300EA;
}
.BgClassName
{
background-color: #0300EA;
}
</style>
border-color css
<style>
span { border-color: #0300EA; }
span { border-color: rgb(3,0,234); }
td.TdClassName
{
border-color: #0300EA;
}
.TagClassName
{
border-color: #0300EA;
}
</style>