Shades of Blue #093FFE
Tints of Blue #093FFE
RGB
CMYK
RGB Variations
Color information
#093FFE (or 0x093FFE) is known color: Blue. HEX triplet: 09, 3F and FE. RGB value is (9,63,254). Sum of RGB (Red+Green+Blue) = 9+63+254=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 254 (99.61% from 255 or 77.91% from 326); Max value from RGB is 254 - color contains mainly: blue. Hex color #093FFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #093FFE is #F6C001. Grayscale: #434343. Windows color (decimal): -16171010 or 16662281. OLE color: 16662281.
HSL color Cylindrical-coordinate representation of color #093FFE: hue angle of 226.78º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #093FFE is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 63 | 254 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.00 |
| HSL | 226.78º | 0.99% | 0.52% | - |
| HSV(B) | 226.78º | 0.96% | 1% | - |
| XYZ | 19.78 | 10.77 | 94.8 | - |
| YUV | 68.63 | 232.61 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 63 | 254 | 0.96 | 0.75 | 0 | 0.00 | 226.78 | 0.99 | 0.52 |
| Hex | 9 | 3F | FE | 60 | 4B | 0 | 0 | E3 | 63 | 34 |
| Octal | 11 | 77 | 376 | 140 | 113 | 0 | 0 | 343 | 143 | 64 |
| Binary | 1001 | 111111 | 11111110 | 1100000 | 1001011 | 0 | 0 | 11100011 | 1100011 | 110100 |
Color Harmonies of #093FFE
Complementary color
Monochromatic Colors of #093FFE
Black with #093FFE
Text Example
Text Example
White with #093FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093FFE; }
p { color: rgb(9,63,254); }
H1.HeaderClassName
{
color: #093FFE;
}
.AnyTagClassName
{
color: #093FFE;
}
</style>
background-color css
<style>
a { background-color: #093FFE; }
a { background-color: rgb(9,63,254); }
div.DivClassName
{
background-color: #093FFE;
}
.BgClassName
{
background-color: #093FFE;
}
</style>
border-color css
<style>
span { border-color: #093FFE; }
span { border-color: rgb(9,63,254); }
td.TdClassName
{
border-color: #093FFE;
}
.TagClassName
{
border-color: #093FFE;
}
</style>