Shades of Blue #0138FB
Tints of Blue #0138FB
RGB
CMYK
RGB Variations
Color information
#0138FB (or 0x0138FB) is known color: Blue. HEX triplet: 01, 38 and FB. RGB value is (1,56,251). Sum of RGB (Red+Green+Blue) = 1+56+251=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 251 (98.44% from 255 or 81.49% from 308); Max value from RGB is 251 - color contains mainly: blue. Hex color #0138FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0138FB is #FEC704. Grayscale: #3C3C3C. Windows color (decimal): -16697093 or 16463873. OLE color: 16463873.
HSL color Cylindrical-coordinate representation of color #0138FB: hue angle of 226.8º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0138FB is Cyan = 1.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 56 | 251 | - |
| CMYK | 1.00 | 0.78 | 0 | 0.02 |
| HSL | 226.8º | 0.99% | 0.49% | - |
| HSV(B) | 226.8º | 1% | 0.98% | - |
| XYZ | 18.84 | 9.8 | 92.17 | - |
| YUV | 61.79 | 234.78 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 251 | 1.00 | 0.78 | 0 | 0.02 | 226.8 | 0.99 | 0.49 |
| Hex | 1 | 38 | FB | 64 | 4E | 0 | 2 | E3 | 63 | 31 |
| Octal | 1 | 70 | 373 | 144 | 116 | 0 | 2 | 343 | 143 | 61 |
| Binary | 1 | 111000 | 11111011 | 1100100 | 1001110 | 0 | 10 | 11100011 | 1100011 | 110001 |
Color Harmonies of #0138FB
Complementary color
Monochromatic Colors of #0138FB
Black with #0138FB
Text Example
Text Example
White with #0138FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0138FB; }
p { color: rgb(1,56,251); }
H1.HeaderClassName
{
color: #0138FB;
}
.AnyTagClassName
{
color: #0138FB;
}
</style>
background-color css
<style>
a { background-color: #0138FB; }
a { background-color: rgb(1,56,251); }
div.DivClassName
{
background-color: #0138FB;
}
.BgClassName
{
background-color: #0138FB;
}
</style>
border-color css
<style>
span { border-color: #0138FB; }
span { border-color: rgb(1,56,251); }
td.TdClassName
{
border-color: #0138FB;
}
.TagClassName
{
border-color: #0138FB;
}
</style>