Shades of Blue #0838FF
Tints of Blue #0838FF
RGB
CMYK
RGB Variations
Color information
#0838FF (or 0x0838FF) is known color: Blue. HEX triplet: 08, 38 and FF. RGB value is (8,56,255). Sum of RGB (Red+Green+Blue) = 8+56+255=319 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.51% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 255 (100% from 255 or 79.94% from 319); Max value from RGB is 255 - color contains mainly: blue. Hex color #0838FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0838FF is #F7C700. Grayscale: #3F3F3F. Windows color (decimal): -16238337 or 16726024. OLE color: 16726024.
HSL color Cylindrical-coordinate representation of color #0838FF: hue angle of 228.34º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0838FF is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 56 | 255 | - |
| CMYK | 0.97 | 0.78 | 0 | 0 |
| HSL | 228.34º | 1% | 0.52% | - |
| HSV(B) | 228.34º | 0.97% | 1% | - |
| XYZ | 19.56 | 10.1 | 95.53 | - |
| YUV | 64.33 | 235.6 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 56 | 255 | 0.97 | 0.78 | 0 | 0 | 228.34 | 1 | 0.52 |
| Hex | 8 | 38 | FF | 61 | 4E | 0 | 0 | E4 | 64 | 34 |
| Octal | 10 | 70 | 377 | 141 | 116 | 0 | 0 | 344 | 144 | 64 |
| Binary | 1000 | 111000 | 11111111 | 1100001 | 1001110 | 0 | 0 | 11100100 | 1100100 | 110100 |
Color Harmonies of #0838FF
Complementary color
Monochromatic Colors of #0838FF
Black with #0838FF
Text Example
Text Example
White with #0838FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0838FF; }
p { color: rgb(8,56,255); }
H1.HeaderClassName
{
color: #0838FF;
}
.AnyTagClassName
{
color: #0838FF;
}
</style>
background-color css
<style>
a { background-color: #0838FF; }
a { background-color: rgb(8,56,255); }
div.DivClassName
{
background-color: #0838FF;
}
.BgClassName
{
background-color: #0838FF;
}
</style>
border-color css
<style>
span { border-color: #0838FF; }
span { border-color: rgb(8,56,255); }
td.TdClassName
{
border-color: #0838FF;
}
.TagClassName
{
border-color: #0838FF;
}
</style>