Shades of Blue #0138FA
Tints of Blue #0138FA
RGB
CMYK
RGB Variations
Color information
#0138FA (or 0x0138FA) is known color: Blue. HEX triplet: 01, 38 and FA. RGB value is (1,56,250). Sum of RGB (Red+Green+Blue) = 1+56+250=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 250 (98.05% from 255 or 81.43% from 307); Max value from RGB is 250 - color contains mainly: blue. Hex color #0138FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0138FA is #FEC705. Grayscale: #3C3C3C. Windows color (decimal): -16697094 or 16398337. OLE color: 16398337.
HSL color Cylindrical-coordinate representation of color #0138FA: hue angle of 226.75º 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 #0138FA is Cyan = 1.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 56 | 250 | - |
| CMYK | 1.00 | 0.78 | 0 | 0.02 |
| HSL | 226.75º | 0.99% | 0.49% | - |
| HSV(B) | 226.75º | 1% | 0.98% | - |
| XYZ | 18.68 | 9.74 | 91.34 | - |
| YUV | 61.67 | 234.28 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 250 | 1.00 | 0.78 | 0 | 0.02 | 226.75 | 0.99 | 0.49 |
| Hex | 1 | 38 | FA | 64 | 4E | 0 | 2 | E3 | 63 | 31 |
| Octal | 1 | 70 | 372 | 144 | 116 | 0 | 2 | 343 | 143 | 61 |
| Binary | 1 | 111000 | 11111010 | 1100100 | 1001110 | 0 | 10 | 11100011 | 1100011 | 110001 |
Color Harmonies of #0138FA
Complementary color
Monochromatic Colors of #0138FA
Black with #0138FA
Text Example
Text Example
White with #0138FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0138FA; }
p { color: rgb(1,56,250); }
H1.HeaderClassName
{
color: #0138FA;
}
.AnyTagClassName
{
color: #0138FA;
}
</style>
background-color css
<style>
a { background-color: #0138FA; }
a { background-color: rgb(1,56,250); }
div.DivClassName
{
background-color: #0138FA;
}
.BgClassName
{
background-color: #0138FA;
}
</style>
border-color css
<style>
span { border-color: #0138FA; }
span { border-color: rgb(1,56,250); }
td.TdClassName
{
border-color: #0138FA;
}
.TagClassName
{
border-color: #0138FA;
}
</style>