Shades of Blue #0230F0
Tints of Blue #0230F0
RGB
CMYK
RGB Variations
Color information
#0230F0 (or 0x0230F0) is known color: Blue. HEX triplet: 02, 30 and F0. RGB value is (2,48,240). Sum of RGB (Red+Green+Blue) = 2+48+240=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 240 (94.14% from 255 or 82.76% from 290); Max value from RGB is 240 - color contains mainly: blue. Hex color #0230F0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0230F0 is #FDCF0F. Grayscale: #373737. Windows color (decimal): -16633616 or 15740930. OLE color: 15740930.
HSL color Cylindrical-coordinate representation of color #0230F0: hue angle of 228.4º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0230F0 is Cyan = 0.99, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 48 | 240 | - |
| CMYK | 0.99 | 0.8 | 0 | 0.06 |
| HSL | 228.4º | 0.98% | 0.47% | - |
| HSV(B) | 228.4º | 0.99% | 0.94% | - |
| XYZ | 16.81 | 8.42 | 83.18 | - |
| YUV | 56.13 | 231.76 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 48 | 240 | 0.99 | 0.8 | 0 | 0.06 | 228.4 | 0.98 | 0.47 |
| Hex | 2 | 30 | F0 | 63 | 50 | 0 | 6 | E4 | 62 | 2F |
| Octal | 2 | 60 | 360 | 143 | 120 | 0 | 6 | 344 | 142 | 57 |
| Binary | 10 | 110000 | 11110000 | 1100011 | 1010000 | 0 | 110 | 11100100 | 1100010 | 101111 |
Color Harmonies of #0230F0
Complementary color
Monochromatic Colors of #0230F0
Black with #0230F0
Text Example
Text Example
White with #0230F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0230F0; }
p { color: rgb(2,48,240); }
H1.HeaderClassName
{
color: #0230F0;
}
.AnyTagClassName
{
color: #0230F0;
}
</style>
background-color css
<style>
a { background-color: #0230F0; }
a { background-color: rgb(2,48,240); }
div.DivClassName
{
background-color: #0230F0;
}
.BgClassName
{
background-color: #0230F0;
}
</style>
border-color css
<style>
span { border-color: #0230F0; }
span { border-color: rgb(2,48,240); }
td.TdClassName
{
border-color: #0230F0;
}
.TagClassName
{
border-color: #0230F0;
}
</style>