Shades of Blue #0438FD
Tints of Blue #0438FD
RGB
CMYK
RGB Variations
Color information
#0438FD (or 0x0438FD) is known color: Blue. HEX triplet: 04, 38 and FD. RGB value is (4,56,253). Sum of RGB (Red+Green+Blue) = 4+56+253=313 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 253 (99.22% from 255 or 80.83% from 313); Max value from RGB is 253 - color contains mainly: blue. Hex color #0438FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0438FD is #FBC702. Grayscale: #3E3E3E. Windows color (decimal): -16500483 or 16594948. OLE color: 16594948.
HSL color Cylindrical-coordinate representation of color #0438FD: hue angle of 227.47º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0438FD is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 56 | 253 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.01 |
| HSL | 227.47º | 0.98% | 0.5% | - |
| HSV(B) | 227.47º | 0.98% | 0.99% | - |
| XYZ | 19.19 | 9.95 | 93.84 | - |
| YUV | 62.91 | 235.27 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 56 | 253 | 0.98 | 0.78 | 0 | 0.01 | 227.47 | 0.98 | 0.5 |
| Hex | 4 | 38 | FD | 62 | 4E | 0 | 1 | E3 | 62 | 32 |
| Octal | 4 | 70 | 375 | 142 | 116 | 0 | 1 | 343 | 142 | 62 |
| Binary | 100 | 111000 | 11111101 | 1100010 | 1001110 | 0 | 1 | 11100011 | 1100010 | 110010 |
Color Harmonies of #0438FD
Complementary color
Monochromatic Colors of #0438FD
Black with #0438FD
Text Example
Text Example
White with #0438FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0438FD; }
p { color: rgb(4,56,253); }
H1.HeaderClassName
{
color: #0438FD;
}
.AnyTagClassName
{
color: #0438FD;
}
</style>
background-color css
<style>
a { background-color: #0438FD; }
a { background-color: rgb(4,56,253); }
div.DivClassName
{
background-color: #0438FD;
}
.BgClassName
{
background-color: #0438FD;
}
</style>
border-color css
<style>
span { border-color: #0438FD; }
span { border-color: rgb(4,56,253); }
td.TdClassName
{
border-color: #0438FD;
}
.TagClassName
{
border-color: #0438FD;
}
</style>