Shades of Blue #0905FC
Tints of Blue #0905FC
RGB
CMYK
RGB Variations
Color information
#0905FC (or 0x0905FC) is known color: Blue. HEX triplet: 09, 05 and FC. RGB value is (9,5,252). Sum of RGB (Red+Green+Blue) = 9+5+252=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 252 (98.83% from 255 or 94.74% from 266); Max value from RGB is 252 - color contains mainly: blue. Hex color #0905FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0905FC is #F6FA03. Grayscale: #212121. Windows color (decimal): -16185860 or 16516361. OLE color: 16516361.
HSL color Cylindrical-coordinate representation of color #0905FC: hue angle of 240.97º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0905FC is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 5 | 252 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.01 |
| HSL | 240.97º | 0.98% | 0.5% | - |
| HSV(B) | 240.97º | 0.98% | 0.99% | - |
| XYZ | 17.74 | 7.19 | 92.55 | - |
| YUV | 34.35 | 250.83 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 252 | 0.96 | 0.98 | 0 | 0.01 | 240.97 | 0.98 | 0.5 |
| Hex | 9 | 5 | FC | 60 | 62 | 0 | 1 | F1 | 62 | 32 |
| Octal | 11 | 5 | 374 | 140 | 142 | 0 | 1 | 361 | 142 | 62 |
| Binary | 1001 | 101 | 11111100 | 1100000 | 1100010 | 0 | 1 | 11110001 | 1100010 | 110010 |
Color Harmonies of #0905FC
Complementary color
Monochromatic Colors of #0905FC
Black with #0905FC
Text Example
Text Example
White with #0905FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0905FC; }
p { color: rgb(9,5,252); }
H1.HeaderClassName
{
color: #0905FC;
}
.AnyTagClassName
{
color: #0905FC;
}
</style>
background-color css
<style>
a { background-color: #0905FC; }
a { background-color: rgb(9,5,252); }
div.DivClassName
{
background-color: #0905FC;
}
.BgClassName
{
background-color: #0905FC;
}
</style>
border-color css
<style>
span { border-color: #0905FC; }
span { border-color: rgb(9,5,252); }
td.TdClassName
{
border-color: #0905FC;
}
.TagClassName
{
border-color: #0905FC;
}
</style>