Shades of Blue #0917F3
Tints of Blue #0917F3
RGB
CMYK
RGB Variations
Color information
#0917F3 (or 0x0917F3) is known color: Blue. HEX triplet: 09, 17 and F3. RGB value is (9,23,243). Sum of RGB (Red+Green+Blue) = 9+23+243=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 243 (95.31% from 255 or 88.36% from 275); Max value from RGB is 243 - color contains mainly: blue. Hex color #0917F3 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0917F3 is #F6E80C. Grayscale: #2B2B2B. Windows color (decimal): -16181261 or 15931145. OLE color: 15931145.
HSL color Cylindrical-coordinate representation of color #0917F3: hue angle of 236.41º 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 #0917F3 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 23 | 243 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.05 |
| HSL | 236.41º | 0.93% | 0.49% | - |
| HSV(B) | 236.41º | 0.96% | 0.95% | - |
| XYZ | 16.6 | 7.14 | 85.3 | - |
| YUV | 43.89 | 240.36 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 23 | 243 | 0.96 | 0.91 | 0 | 0.05 | 236.41 | 0.93 | 0.49 |
| Hex | 9 | 17 | F3 | 60 | 5B | 0 | 5 | EC | 5D | 31 |
| Octal | 11 | 27 | 363 | 140 | 133 | 0 | 5 | 354 | 135 | 61 |
| Binary | 1001 | 10111 | 11110011 | 1100000 | 1011011 | 0 | 101 | 11101100 | 1011101 | 110001 |
Color Harmonies of #0917F3
Complementary color
Monochromatic Colors of #0917F3
Black with #0917F3
Text Example
Text Example
White with #0917F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0917F3; }
p { color: rgb(9,23,243); }
H1.HeaderClassName
{
color: #0917F3;
}
.AnyTagClassName
{
color: #0917F3;
}
</style>
background-color css
<style>
a { background-color: #0917F3; }
a { background-color: rgb(9,23,243); }
div.DivClassName
{
background-color: #0917F3;
}
.BgClassName
{
background-color: #0917F3;
}
</style>
border-color css
<style>
span { border-color: #0917F3; }
span { border-color: rgb(9,23,243); }
td.TdClassName
{
border-color: #0917F3;
}
.TagClassName
{
border-color: #0917F3;
}
</style>