Shades of Blue #0138FC
Tints of Blue #0138FC
RGB
CMYK
RGB Variations
Color information
#0138FC (or 0x0138FC) is known color: Blue. HEX triplet: 01, 38 and FC. RGB value is (1,56,252). Sum of RGB (Red+Green+Blue) = 1+56+252=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 252 (98.83% from 255 or 81.55% from 309); Max value from RGB is 252 - color contains mainly: blue. Hex color #0138FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0138FC is #FEC703. Grayscale: #3D3D3D. Windows color (decimal): -16697092 or 16529409. OLE color: 16529409.
HSL color Cylindrical-coordinate representation of color #0138FC: hue angle of 226.85º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0138FC is Cyan = 1.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 56 | 252 | - |
| CMYK | 1.00 | 0.78 | 0 | 0.01 |
| HSL | 226.85º | 0.99% | 0.5% | - |
| HSV(B) | 226.85º | 1% | 0.99% | - |
| XYZ | 19 | 9.86 | 93 | - |
| YUV | 61.9 | 235.28 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 56 | 252 | 1.00 | 0.78 | 0 | 0.01 | 226.85 | 0.99 | 0.5 |
| Hex | 1 | 38 | FC | 64 | 4E | 0 | 1 | E3 | 63 | 32 |
| Octal | 1 | 70 | 374 | 144 | 116 | 0 | 1 | 343 | 143 | 62 |
| Binary | 1 | 111000 | 11111100 | 1100100 | 1001110 | 0 | 1 | 11100011 | 1100011 | 110010 |
Color Harmonies of #0138FC
Complementary color
Monochromatic Colors of #0138FC
Black with #0138FC
Text Example
Text Example
White with #0138FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0138FC; }
p { color: rgb(1,56,252); }
H1.HeaderClassName
{
color: #0138FC;
}
.AnyTagClassName
{
color: #0138FC;
}
</style>
background-color css
<style>
a { background-color: #0138FC; }
a { background-color: rgb(1,56,252); }
div.DivClassName
{
background-color: #0138FC;
}
.BgClassName
{
background-color: #0138FC;
}
</style>
border-color css
<style>
span { border-color: #0138FC; }
span { border-color: rgb(1,56,252); }
td.TdClassName
{
border-color: #0138FC;
}
.TagClassName
{
border-color: #0138FC;
}
</style>