Shades of Blue #090CF1
Tints of Blue #090CF1
RGB
CMYK
RGB Variations
Color information
#090CF1 (or 0x090CF1) is known color: Blue. HEX triplet: 09, 0C and F1. RGB value is (9,12,241). Sum of RGB (Red+Green+Blue) = 9+12+241=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 241 (94.53% from 255 or 91.98% from 262); Max value from RGB is 241 - color contains mainly: blue. Hex color #090CF1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090CF1 is #F6F30E. Grayscale: #242424. Windows color (decimal): -16184079 or 15797257. OLE color: 15797257.
HSL color Cylindrical-coordinate representation of color #090CF1: hue angle of 239.22º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090CF1 is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 12 | 241 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.05 |
| HSL | 239.22º | 0.93% | 0.49% | - |
| HSV(B) | 239.22º | 0.96% | 0.95% | - |
| XYZ | 16.12 | 6.67 | 83.66 | - |
| YUV | 37.21 | 243.01 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 241 | 0.96 | 0.95 | 0 | 0.05 | 239.22 | 0.93 | 0.49 |
| Hex | 9 | C | F1 | 60 | 5F | 0 | 5 | EF | 5D | 31 |
| Octal | 11 | 14 | 361 | 140 | 137 | 0 | 5 | 357 | 135 | 61 |
| Binary | 1001 | 1100 | 11110001 | 1100000 | 1011111 | 0 | 101 | 11101111 | 1011101 | 110001 |
Color Harmonies of #090CF1
Complementary color
Monochromatic Colors of #090CF1
Black with #090CF1
Text Example
Text Example
White with #090CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090CF1; }
p { color: rgb(9,12,241); }
H1.HeaderClassName
{
color: #090CF1;
}
.AnyTagClassName
{
color: #090CF1;
}
</style>
background-color css
<style>
a { background-color: #090CF1; }
a { background-color: rgb(9,12,241); }
div.DivClassName
{
background-color: #090CF1;
}
.BgClassName
{
background-color: #090CF1;
}
</style>
border-color css
<style>
span { border-color: #090CF1; }
span { border-color: rgb(9,12,241); }
td.TdClassName
{
border-color: #090CF1;
}
.TagClassName
{
border-color: #090CF1;
}
</style>