Shades of Blue #0238FE
Tints of Blue #0238FE
RGB
CMYK
RGB Variations
Color information
#0238FE (or 0x0238FE) is known color: Blue. HEX triplet: 02, 38 and FE. RGB value is (2,56,254). Sum of RGB (Red+Green+Blue) = 2+56+254=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 254 (99.61% from 255 or 81.41% from 312); Max value from RGB is 254 - color contains mainly: blue. Hex color #0238FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0238FE is #FDC701. Grayscale: #3D3D3D. Windows color (decimal): -16631554 or 16660482. OLE color: 16660482.
HSL color Cylindrical-coordinate representation of color #0238FE: hue angle of 227.14º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0238FE is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 56 | 254 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.00 |
| HSL | 227.14º | 0.99% | 0.5% | - |
| HSV(B) | 227.14º | 0.99% | 1% | - |
| XYZ | 19.33 | 10 | 94.68 | - |
| YUV | 62.43 | 236.11 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 254 | 0.99 | 0.78 | 0 | 0.00 | 227.14 | 0.99 | 0.5 |
| Hex | 2 | 38 | FE | 63 | 4E | 0 | 0 | E3 | 63 | 32 |
| Octal | 2 | 70 | 376 | 143 | 116 | 0 | 0 | 343 | 143 | 62 |
| Binary | 10 | 111000 | 11111110 | 1100011 | 1001110 | 0 | 0 | 11100011 | 1100011 | 110010 |
Color Harmonies of #0238FE
Complementary color
Monochromatic Colors of #0238FE
Black with #0238FE
Text Example
Text Example
White with #0238FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0238FE; }
p { color: rgb(2,56,254); }
H1.HeaderClassName
{
color: #0238FE;
}
.AnyTagClassName
{
color: #0238FE;
}
</style>
background-color css
<style>
a { background-color: #0238FE; }
a { background-color: rgb(2,56,254); }
div.DivClassName
{
background-color: #0238FE;
}
.BgClassName
{
background-color: #0238FE;
}
</style>
border-color css
<style>
span { border-color: #0238FE; }
span { border-color: rgb(2,56,254); }
td.TdClassName
{
border-color: #0238FE;
}
.TagClassName
{
border-color: #0238FE;
}
</style>