Shades of Blue #0317FA
Tints of Blue #0317FA
RGB
CMYK
RGB Variations
Color information
#0317FA (or 0x0317FA) is known color: Blue. HEX triplet: 03, 17 and FA. RGB value is (3,23,250). Sum of RGB (Red+Green+Blue) = 3+23+250=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 250 (98.05% from 255 or 90.58% from 276); Max value from RGB is 250 - color contains mainly: blue. Hex color #0317FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0317FA is #FCE805. Grayscale: #292929. Windows color (decimal): -16574470 or 16389891. OLE color: 16389891.
HSL color Cylindrical-coordinate representation of color #0317FA: hue angle of 235.14º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0317FA is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 23 | 250 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.02 |
| HSL | 235.14º | 0.98% | 0.5% | - |
| HSV(B) | 235.14º | 0.99% | 0.98% | - |
| XYZ | 17.6 | 7.53 | 90.97 | - |
| YUV | 42.9 | 244.87 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 23 | 250 | 0.99 | 0.91 | 0 | 0.02 | 235.14 | 0.98 | 0.5 |
| Hex | 3 | 17 | FA | 63 | 5B | 0 | 2 | EB | 62 | 32 |
| Octal | 3 | 27 | 372 | 143 | 133 | 0 | 2 | 353 | 142 | 62 |
| Binary | 11 | 10111 | 11111010 | 1100011 | 1011011 | 0 | 10 | 11101011 | 1100010 | 110010 |
Color Harmonies of #0317FA
Complementary color
Monochromatic Colors of #0317FA
Black with #0317FA
Text Example
Text Example
White with #0317FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0317FA; }
p { color: rgb(3,23,250); }
H1.HeaderClassName
{
color: #0317FA;
}
.AnyTagClassName
{
color: #0317FA;
}
</style>
background-color css
<style>
a { background-color: #0317FA; }
a { background-color: rgb(3,23,250); }
div.DivClassName
{
background-color: #0317FA;
}
.BgClassName
{
background-color: #0317FA;
}
</style>
border-color css
<style>
span { border-color: #0317FA; }
span { border-color: rgb(3,23,250); }
td.TdClassName
{
border-color: #0317FA;
}
.TagClassName
{
border-color: #0317FA;
}
</style>