Shades of Blue #0905EB
Tints of Blue #0905EB
RGB
CMYK
RGB Variations
Color information
#0905EB (or 0x0905EB) is known color: Blue. HEX triplet: 09, 05 and EB. RGB value is (9,5,235). Sum of RGB (Red+Green+Blue) = 9+5+235=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 235 (92.19% from 255 or 94.38% from 249); Max value from RGB is 235 - color contains mainly: blue. Hex color #0905EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0905EB is #F6FA14. Grayscale: #1F1F1F. Windows color (decimal): -16185877 or 15402249. OLE color: 15402249.
HSL color Cylindrical-coordinate representation of color #0905EB: hue angle of 241.04º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0905EB is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 5 | 235 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.08 |
| HSL | 241.04º | 0.96% | 0.47% | - |
| HSV(B) | 241.04º | 0.98% | 0.92% | - |
| XYZ | 15.16 | 6.16 | 78.99 | - |
| YUV | 32.42 | 242.33 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 235 | 0.96 | 0.98 | 0 | 0.08 | 241.04 | 0.96 | 0.47 |
| Hex | 9 | 5 | EB | 60 | 62 | 0 | 8 | F1 | 60 | 2F |
| Octal | 11 | 5 | 353 | 140 | 142 | 0 | 10 | 361 | 140 | 57 |
| Binary | 1001 | 101 | 11101011 | 1100000 | 1100010 | 0 | 1000 | 11110001 | 1100000 | 101111 |
Color Harmonies of #0905EB
Complementary color
Monochromatic Colors of #0905EB
Black with #0905EB
Text Example
Text Example
White with #0905EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0905EB; }
p { color: rgb(9,5,235); }
H1.HeaderClassName
{
color: #0905EB;
}
.AnyTagClassName
{
color: #0905EB;
}
</style>
background-color css
<style>
a { background-color: #0905EB; }
a { background-color: rgb(9,5,235); }
div.DivClassName
{
background-color: #0905EB;
}
.BgClassName
{
background-color: #0905EB;
}
</style>
border-color css
<style>
span { border-color: #0905EB; }
span { border-color: rgb(9,5,235); }
td.TdClassName
{
border-color: #0905EB;
}
.TagClassName
{
border-color: #0905EB;
}
</style>