Shades of Blue #0002EA
Tints of Blue #0002EA
RGB
CMYK
RGB Variations
Color information
#0002EA (or 0x0002EA) is known color: Blue. HEX triplet: 00, 02 and EA. RGB value is (0,2,234). Sum of RGB (Red+Green+Blue) = 0+2+234=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 234 (91.80% from 255 or 99.15% from 236); Max value from RGB is 234 - color contains mainly: blue. Hex color #0002EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0002EA is #FFFD15. Grayscale: #1A1A1A. Windows color (decimal): -16776470 or 15335936. OLE color: 15335936.
HSL color Cylindrical-coordinate representation of color #0002EA: hue angle of 239.49º 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 #0002EA is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 2 | 234 | - |
| CMYK | 1 | 0.99 | 0 | 0.08 |
| HSL | 239.49º | 1% | 0.46% | - |
| HSV(B) | 239.49º | 1% | 0.92% | - |
| XYZ | 14.87 | 5.98 | 78.21 | - |
| YUV | 27.85 | 244.34 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 2 | 234 | 1 | 0.99 | 0 | 0.08 | 239.49 | 1 | 0.46 |
| Hex | 0 | 2 | EA | 64 | 63 | 0 | 8 | EF | 64 | 2E |
| Octal | 0 | 2 | 352 | 144 | 143 | 0 | 10 | 357 | 144 | 56 |
| Binary | 0 | 10 | 11101010 | 1100100 | 1100011 | 0 | 1000 | 11101111 | 1100100 | 101110 |
Color Harmonies of #0002EA
Complementary color
Monochromatic Colors of #0002EA
Black with #0002EA
Text Example
Text Example
White with #0002EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0002EA; }
p { color: rgb(0,2,234); }
H1.HeaderClassName
{
color: #0002EA;
}
.AnyTagClassName
{
color: #0002EA;
}
</style>
background-color css
<style>
a { background-color: #0002EA; }
a { background-color: rgb(0,2,234); }
div.DivClassName
{
background-color: #0002EA;
}
.BgClassName
{
background-color: #0002EA;
}
</style>
border-color css
<style>
span { border-color: #0002EA; }
span { border-color: rgb(0,2,234); }
td.TdClassName
{
border-color: #0002EA;
}
.TagClassName
{
border-color: #0002EA;
}
</style>