Shades of Blue #0914F9
Tints of Blue #0914F9
RGB
CMYK
RGB Variations
Color information
#0914F9 (or 0x0914F9) is known color: Blue. HEX triplet: 09, 14 and F9. RGB value is (9,20,249). Sum of RGB (Red+Green+Blue) = 9+20+249=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 249 (97.66% from 255 or 89.57% from 278); Max value from RGB is 249 - color contains mainly: blue. Hex color #0914F9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0914F9 is #F6EB06. Grayscale: #292929. Windows color (decimal): -16182023 or 16323593. OLE color: 16323593.
HSL color Cylindrical-coordinate representation of color #0914F9: hue angle of 237.25º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0914F9 is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 20 | 249 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.02 |
| HSL | 237.25º | 0.95% | 0.51% | - |
| HSV(B) | 237.25º | 0.96% | 0.98% | - |
| XYZ | 17.46 | 7.4 | 90.13 | - |
| YUV | 42.82 | 244.36 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 249 | 0.96 | 0.92 | 0 | 0.02 | 237.25 | 0.95 | 0.51 |
| Hex | 9 | 14 | F9 | 60 | 5C | 0 | 2 | ED | 5F | 33 |
| Octal | 11 | 24 | 371 | 140 | 134 | 0 | 2 | 355 | 137 | 63 |
| Binary | 1001 | 10100 | 11111001 | 1100000 | 1011100 | 0 | 10 | 11101101 | 1011111 | 110011 |
Color Harmonies of #0914F9
Complementary color
Monochromatic Colors of #0914F9
Black with #0914F9
Text Example
Text Example
White with #0914F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0914F9; }
p { color: rgb(9,20,249); }
H1.HeaderClassName
{
color: #0914F9;
}
.AnyTagClassName
{
color: #0914F9;
}
</style>
background-color css
<style>
a { background-color: #0914F9; }
a { background-color: rgb(9,20,249); }
div.DivClassName
{
background-color: #0914F9;
}
.BgClassName
{
background-color: #0914F9;
}
</style>
border-color css
<style>
span { border-color: #0914F9; }
span { border-color: rgb(9,20,249); }
td.TdClassName
{
border-color: #0914F9;
}
.TagClassName
{
border-color: #0914F9;
}
</style>