Shades of Blue #0638FC
Tints of Blue #0638FC
RGB
CMYK
RGB Variations
Color information
#0638FC (or 0x0638FC) is known color: Blue. HEX triplet: 06, 38 and FC. RGB value is (6,56,252). Sum of RGB (Red+Green+Blue) = 6+56+252=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 252 (98.83% from 255 or 80.25% from 314); Max value from RGB is 252 - color contains mainly: blue. Hex color #0638FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0638FC is #F9C703. Grayscale: #3E3E3E. Windows color (decimal): -16369412 or 16529414. OLE color: 16529414.
HSL color Cylindrical-coordinate representation of color #0638FC: hue angle of 227.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 #0638FC is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 56 | 252 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.01 |
| HSL | 227.8º | 0.98% | 0.51% | - |
| HSV(B) | 227.8º | 0.98% | 0.99% | - |
| XYZ | 19.06 | 9.9 | 93 | - |
| YUV | 63.39 | 234.44 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 252 | 0.98 | 0.78 | 0 | 0.01 | 227.8 | 0.98 | 0.51 |
| Hex | 6 | 38 | FC | 62 | 4E | 0 | 1 | E4 | 62 | 33 |
| Octal | 6 | 70 | 374 | 142 | 116 | 0 | 1 | 344 | 142 | 63 |
| Binary | 110 | 111000 | 11111100 | 1100010 | 1001110 | 0 | 1 | 11100100 | 1100010 | 110011 |
Color Harmonies of #0638FC
Complementary color
Monochromatic Colors of #0638FC
Black with #0638FC
Text Example
Text Example
White with #0638FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0638FC; }
p { color: rgb(6,56,252); }
H1.HeaderClassName
{
color: #0638FC;
}
.AnyTagClassName
{
color: #0638FC;
}
</style>
background-color css
<style>
a { background-color: #0638FC; }
a { background-color: rgb(6,56,252); }
div.DivClassName
{
background-color: #0638FC;
}
.BgClassName
{
background-color: #0638FC;
}
</style>
border-color css
<style>
span { border-color: #0638FC; }
span { border-color: rgb(6,56,252); }
td.TdClassName
{
border-color: #0638FC;
}
.TagClassName
{
border-color: #0638FC;
}
</style>