Shades of Blue #0902EB
Tints of Blue #0902EB
RGB
CMYK
RGB Variations
Color information
#0902EB (or 0x0902EB) is known color: Blue. HEX triplet: 09, 02 and EB. RGB value is (9,2,235). Sum of RGB (Red+Green+Blue) = 9+2+235=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 235 (92.19% from 255 or 95.53% from 246); Max value from RGB is 235 - color contains mainly: blue. Hex color #0902EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0902EB is #F6FD14. Grayscale: #1D1D1D. Windows color (decimal): -16186645 or 15401481. OLE color: 15401481.
HSL color Cylindrical-coordinate representation of color #0902EB: hue angle of 241.8º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0902EB is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 2 | 235 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.08 |
| HSL | 241.8º | 0.98% | 0.46% | - |
| HSV(B) | 241.8º | 0.99% | 0.92% | - |
| XYZ | 15.13 | 6.1 | 78.98 | - |
| YUV | 30.66 | 243.32 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 2 | 235 | 0.96 | 0.99 | 0 | 0.08 | 241.8 | 0.98 | 0.46 |
| Hex | 9 | 2 | EB | 60 | 63 | 0 | 8 | F2 | 62 | 2E |
| Octal | 11 | 2 | 353 | 140 | 143 | 0 | 10 | 362 | 142 | 56 |
| Binary | 1001 | 10 | 11101011 | 1100000 | 1100011 | 0 | 1000 | 11110010 | 1100010 | 101110 |
Color Harmonies of #0902EB
Complementary color
Monochromatic Colors of #0902EB
Black with #0902EB
Text Example
Text Example
White with #0902EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0902EB; }
p { color: rgb(9,2,235); }
H1.HeaderClassName
{
color: #0902EB;
}
.AnyTagClassName
{
color: #0902EB;
}
</style>
background-color css
<style>
a { background-color: #0902EB; }
a { background-color: rgb(9,2,235); }
div.DivClassName
{
background-color: #0902EB;
}
.BgClassName
{
background-color: #0902EB;
}
</style>
border-color css
<style>
span { border-color: #0902EB; }
span { border-color: rgb(9,2,235); }
td.TdClassName
{
border-color: #0902EB;
}
.TagClassName
{
border-color: #0902EB;
}
</style>