Shades of Blue #0308E9
Tints of Blue #0308E9
RGB
CMYK
RGB Variations
Color information
#0308E9 (or 0x0308E9) is known color: Blue. HEX triplet: 03, 08 and E9. RGB value is (3,8,233). Sum of RGB (Red+Green+Blue) = 3+8+233=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 233 (91.41% from 255 or 95.49% from 244); Max value from RGB is 233 - color contains mainly: blue. Hex color #0308E9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0308E9 is #FCF716. Grayscale: #1F1F1F. Windows color (decimal): -16578327 or 15271939. OLE color: 15271939.
HSL color Cylindrical-coordinate representation of color #0308E9: hue angle of 238.7º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0308E9 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 8 | 233 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.09 |
| HSL | 238.7º | 0.97% | 0.46% | - |
| HSV(B) | 238.7º | 0.99% | 0.91% | - |
| XYZ | 14.83 | 6.08 | 77.48 | - |
| YUV | 32.16 | 241.34 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 233 | 0.99 | 0.97 | 0 | 0.09 | 238.7 | 0.97 | 0.46 |
| Hex | 3 | 8 | E9 | 63 | 61 | 0 | 9 | EF | 61 | 2E |
| Octal | 3 | 10 | 351 | 143 | 141 | 0 | 11 | 357 | 141 | 56 |
| Binary | 11 | 1000 | 11101001 | 1100011 | 1100001 | 0 | 1001 | 11101111 | 1100001 | 101110 |
Color Harmonies of #0308E9
Complementary color
Monochromatic Colors of #0308E9
Black with #0308E9
Text Example
Text Example
White with #0308E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0308E9; }
p { color: rgb(3,8,233); }
H1.HeaderClassName
{
color: #0308E9;
}
.AnyTagClassName
{
color: #0308E9;
}
</style>
background-color css
<style>
a { background-color: #0308E9; }
a { background-color: rgb(3,8,233); }
div.DivClassName
{
background-color: #0308E9;
}
.BgClassName
{
background-color: #0308E9;
}
</style>
border-color css
<style>
span { border-color: #0308E9; }
span { border-color: rgb(3,8,233); }
td.TdClassName
{
border-color: #0308E9;
}
.TagClassName
{
border-color: #0308E9;
}
</style>