Shades of Blue #0935FD
Tints of Blue #0935FD
RGB
CMYK
RGB Variations
Color information
#0935FD (or 0x0935FD) is known color: Blue. HEX triplet: 09, 35 and FD. RGB value is (9,53,253). Sum of RGB (Red+Green+Blue) = 9+53+253=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 253 (99.22% from 255 or 80.32% from 315); Max value from RGB is 253 - color contains mainly: blue. Hex color #0935FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0935FD is #F6CA02. Grayscale: #3D3D3D. Windows color (decimal): -16173571 or 16594185. OLE color: 16594185.
HSL color Cylindrical-coordinate representation of color #0935FD: hue angle of 229.18º 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 #0935FD is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 53 | 253 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.01 |
| HSL | 229.18º | 0.98% | 0.51% | - |
| HSV(B) | 229.18º | 0.96% | 0.99% | - |
| XYZ | 19.12 | 9.7 | 93.79 | - |
| YUV | 62.64 | 235.42 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 253 | 0.96 | 0.79 | 0 | 0.01 | 229.18 | 0.98 | 0.51 |
| Hex | 9 | 35 | FD | 60 | 4F | 0 | 1 | E5 | 62 | 33 |
| Octal | 11 | 65 | 375 | 140 | 117 | 0 | 1 | 345 | 142 | 63 |
| Binary | 1001 | 110101 | 11111101 | 1100000 | 1001111 | 0 | 1 | 11100101 | 1100010 | 110011 |
Color Harmonies of #0935FD
Complementary color
Monochromatic Colors of #0935FD
Black with #0935FD
Text Example
Text Example
White with #0935FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0935FD; }
p { color: rgb(9,53,253); }
H1.HeaderClassName
{
color: #0935FD;
}
.AnyTagClassName
{
color: #0935FD;
}
</style>
background-color css
<style>
a { background-color: #0935FD; }
a { background-color: rgb(9,53,253); }
div.DivClassName
{
background-color: #0935FD;
}
.BgClassName
{
background-color: #0935FD;
}
</style>
border-color css
<style>
span { border-color: #0935FD; }
span { border-color: rgb(9,53,253); }
td.TdClassName
{
border-color: #0935FD;
}
.TagClassName
{
border-color: #0935FD;
}
</style>