Shades of Blue #090FFD
Tints of Blue #090FFD
RGB
CMYK
RGB Variations
Color information
#090FFD (or 0x090FFD) is known color: Blue. HEX triplet: 09, 0F and FD. RGB value is (9,15,253). Sum of RGB (Red+Green+Blue) = 9+15+253=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 253 (99.22% from 255 or 91.34% from 277); Max value from RGB is 253 - color contains mainly: blue. Hex color #090FFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090FFD is #F6F002. Grayscale: #272727. Windows color (decimal): -16183299 or 16584457. OLE color: 16584457.
HSL color Cylindrical-coordinate representation of color #090FFD: hue angle of 238.52º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090FFD is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 15 | 253 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.01 |
| HSL | 238.52º | 0.98% | 0.51% | - |
| HSV(B) | 238.52º | 0.96% | 0.99% | - |
| XYZ | 18.01 | 7.49 | 93.43 | - |
| YUV | 40.34 | 248.01 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 253 | 0.96 | 0.94 | 0 | 0.01 | 238.52 | 0.98 | 0.51 |
| Hex | 9 | F | FD | 60 | 5E | 0 | 1 | EF | 62 | 33 |
| Octal | 11 | 17 | 375 | 140 | 136 | 0 | 1 | 357 | 142 | 63 |
| Binary | 1001 | 1111 | 11111101 | 1100000 | 1011110 | 0 | 1 | 11101111 | 1100010 | 110011 |
Color Harmonies of #090FFD
Complementary color
Monochromatic Colors of #090FFD
Black with #090FFD
Text Example
Text Example
White with #090FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090FFD; }
p { color: rgb(9,15,253); }
H1.HeaderClassName
{
color: #090FFD;
}
.AnyTagClassName
{
color: #090FFD;
}
</style>
background-color css
<style>
a { background-color: #090FFD; }
a { background-color: rgb(9,15,253); }
div.DivClassName
{
background-color: #090FFD;
}
.BgClassName
{
background-color: #090FFD;
}
</style>
border-color css
<style>
span { border-color: #090FFD; }
span { border-color: rgb(9,15,253); }
td.TdClassName
{
border-color: #090FFD;
}
.TagClassName
{
border-color: #090FFD;
}
</style>