Shades of Blue #0630FD
Tints of Blue #0630FD
RGB
CMYK
RGB Variations
Color information
#0630FD (or 0x0630FD) is known color: Blue. HEX triplet: 06, 30 and FD. RGB value is (6,48,253). Sum of RGB (Red+Green+Blue) = 6+48+253=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 253 (99.22% from 255 or 82.41% from 307); Max value from RGB is 253 - color contains mainly: blue. Hex color #0630FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0630FD is #F9CF02. Grayscale: #393939. Windows color (decimal): -16371459 or 16592902. OLE color: 16592902.
HSL color Cylindrical-coordinate representation of color #0630FD: hue angle of 229.8º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0630FD is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 48 | 253 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.01 |
| HSL | 229.8º | 0.98% | 0.51% | - |
| HSV(B) | 229.8º | 0.98% | 0.99% | - |
| XYZ | 18.86 | 9.24 | 93.72 | - |
| YUV | 58.81 | 237.59 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 48 | 253 | 0.98 | 0.81 | 0 | 0.01 | 229.8 | 0.98 | 0.51 |
| Hex | 6 | 30 | FD | 62 | 51 | 0 | 1 | E6 | 62 | 33 |
| Octal | 6 | 60 | 375 | 142 | 121 | 0 | 1 | 346 | 142 | 63 |
| Binary | 110 | 110000 | 11111101 | 1100010 | 1010001 | 0 | 1 | 11100110 | 1100010 | 110011 |
Color Harmonies of #0630FD
Complementary color
Monochromatic Colors of #0630FD
Black with #0630FD
Text Example
Text Example
White with #0630FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0630FD; }
p { color: rgb(6,48,253); }
H1.HeaderClassName
{
color: #0630FD;
}
.AnyTagClassName
{
color: #0630FD;
}
</style>
background-color css
<style>
a { background-color: #0630FD; }
a { background-color: rgb(6,48,253); }
div.DivClassName
{
background-color: #0630FD;
}
.BgClassName
{
background-color: #0630FD;
}
</style>
border-color css
<style>
span { border-color: #0630FD; }
span { border-color: rgb(6,48,253); }
td.TdClassName
{
border-color: #0630FD;
}
.TagClassName
{
border-color: #0630FD;
}
</style>