Shades of Blue #0030EF
Tints of Blue #0030EF
RGB
CMYK
RGB Variations
Color information
#0030EF (or 0x0030EF) is known color: Blue. HEX triplet: 00, 30 and EF. RGB value is (0,48,239). Sum of RGB (Red+Green+Blue) = 0+48+239=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 239 (93.75% from 255 or 83.28% from 287); Max value from RGB is 239 - color contains mainly: blue. Hex color #0030EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0030EF is #FFCF10. Grayscale: #363636. Windows color (decimal): -16764689 or 15675392. OLE color: 15675392.
HSL color Cylindrical-coordinate representation of color #0030EF: hue angle of 227.95º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0030EF is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 48 | 239 | - |
| CMYK | 1 | 0.80 | 0 | 0.06 |
| HSL | 227.95º | 1% | 0.47% | - |
| HSV(B) | 227.95º | 1% | 0.94% | - |
| XYZ | 16.64 | 8.35 | 82.4 | - |
| YUV | 55.42 | 231.6 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 239 | 1 | 0.80 | 0 | 0.06 | 227.95 | 1 | 0.47 |
| Hex | 0 | 30 | EF | 64 | 50 | 0 | 6 | E4 | 64 | 2F |
| Octal | 0 | 60 | 357 | 144 | 120 | 0 | 6 | 344 | 144 | 57 |
| Binary | 0 | 110000 | 11101111 | 1100100 | 1010000 | 0 | 110 | 11100100 | 1100100 | 101111 |
Color Harmonies of #0030EF
Complementary color
Monochromatic Colors of #0030EF
Black with #0030EF
Text Example
Text Example
White with #0030EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0030EF; }
p { color: rgb(0,48,239); }
H1.HeaderClassName
{
color: #0030EF;
}
.AnyTagClassName
{
color: #0030EF;
}
</style>
background-color css
<style>
a { background-color: #0030EF; }
a { background-color: rgb(0,48,239); }
div.DivClassName
{
background-color: #0030EF;
}
.BgClassName
{
background-color: #0030EF;
}
</style>
border-color css
<style>
span { border-color: #0030EF; }
span { border-color: rgb(0,48,239); }
td.TdClassName
{
border-color: #0030EF;
}
.TagClassName
{
border-color: #0030EF;
}
</style>