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