Shades of Blue #0302E6
Tints of Blue #0302E6
RGB
CMYK
RGB Variations
Color information
#0302E6 (or 0x0302E6) is known color: Blue. HEX triplet: 03, 02 and E6. RGB value is (3,2,230). Sum of RGB (Red+Green+Blue) = 3+2+230=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 230 (90.23% from 255 or 97.87% from 235); Max value from RGB is 230 - color contains mainly: blue. Hex color #0302E6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0302E6 is #FCFD19. Grayscale: #1B1B1B. Windows color (decimal): -16579866 or 15073795. OLE color: 15073795.
HSL color Cylindrical-coordinate representation of color #0302E6: hue angle of 240.26º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0302E6 is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 2 | 230 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.10 |
| HSL | 240.26º | 0.98% | 0.45% | - |
| HSV(B) | 240.26º | 0.99% | 0.9% | - |
| XYZ | 14.34 | 5.78 | 75.22 | - |
| YUV | 28.29 | 241.83 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 2 | 230 | 0.99 | 0.99 | 0 | 0.10 | 240.26 | 0.98 | 0.45 |
| Hex | 3 | 2 | E6 | 63 | 63 | 0 | A | F0 | 62 | 2D |
| Octal | 3 | 2 | 346 | 143 | 143 | 0 | 12 | 360 | 142 | 55 |
| Binary | 11 | 10 | 11100110 | 1100011 | 1100011 | 0 | 1010 | 11110000 | 1100010 | 101101 |
Color Harmonies of #0302E6
Complementary color
Monochromatic Colors of #0302E6
Black with #0302E6
Text Example
Text Example
White with #0302E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0302E6; }
p { color: rgb(3,2,230); }
H1.HeaderClassName
{
color: #0302E6;
}
.AnyTagClassName
{
color: #0302E6;
}
</style>
background-color css
<style>
a { background-color: #0302E6; }
a { background-color: rgb(3,2,230); }
div.DivClassName
{
background-color: #0302E6;
}
.BgClassName
{
background-color: #0302E6;
}
</style>
border-color css
<style>
span { border-color: #0302E6; }
span { border-color: rgb(3,2,230); }
td.TdClassName
{
border-color: #0302E6;
}
.TagClassName
{
border-color: #0302E6;
}
</style>