Shades of Blue #0718FD
Tints of Blue #0718FD
RGB
CMYK
RGB Variations
Color information
#0718FD (or 0x0718FD) is known color: Blue. HEX triplet: 07, 18 and FD. RGB value is (7,24,253). Sum of RGB (Red+Green+Blue) = 7+24+253=284 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 253 (99.22% from 255 or 89.08% from 284); Max value from RGB is 253 - color contains mainly: blue. Hex color #0718FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0718FD is #F8E702. Grayscale: #2C2C2C. Windows color (decimal): -16312067 or 16586759. OLE color: 16586759.
HSL color Cylindrical-coordinate representation of color #0718FD: hue angle of 235.85º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0718FD is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 24 | 253 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.01 |
| HSL | 235.85º | 0.98% | 0.51% | - |
| HSV(B) | 235.85º | 0.97% | 0.99% | - |
| XYZ | 18.14 | 7.79 | 93.48 | - |
| YUV | 45.02 | 245.37 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 253 | 0.97 | 0.91 | 0 | 0.01 | 235.85 | 0.98 | 0.51 |
| Hex | 7 | 18 | FD | 61 | 5B | 0 | 1 | EC | 62 | 33 |
| Octal | 7 | 30 | 375 | 141 | 133 | 0 | 1 | 354 | 142 | 63 |
| Binary | 111 | 11000 | 11111101 | 1100001 | 1011011 | 0 | 1 | 11101100 | 1100010 | 110011 |
Color Harmonies of #0718FD
Complementary color
Monochromatic Colors of #0718FD
Black with #0718FD
Text Example
Text Example
White with #0718FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0718FD; }
p { color: rgb(7,24,253); }
H1.HeaderClassName
{
color: #0718FD;
}
.AnyTagClassName
{
color: #0718FD;
}
</style>
background-color css
<style>
a { background-color: #0718FD; }
a { background-color: rgb(7,24,253); }
div.DivClassName
{
background-color: #0718FD;
}
.BgClassName
{
background-color: #0718FD;
}
</style>
border-color css
<style>
span { border-color: #0718FD; }
span { border-color: rgb(7,24,253); }
td.TdClassName
{
border-color: #0718FD;
}
.TagClassName
{
border-color: #0718FD;
}
</style>