Shades of Blue #0234F6
Tints of Blue #0234F6
RGB
CMYK
RGB Variations
Color information
#0234F6 (or 0x0234F6) is known color: Blue. HEX triplet: 02, 34 and F6. RGB value is (2,52,246). Sum of RGB (Red+Green+Blue) = 2+52+246=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 246 (96.48% from 255 or 82% from 300); Max value from RGB is 246 - color contains mainly: blue. Hex color #0234F6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0234F6 is #FDCB09. Grayscale: #3A3A3A. Windows color (decimal): -16632586 or 16135170. OLE color: 16135170.
HSL color Cylindrical-coordinate representation of color #0234F6: hue angle of 227.7º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0234F6 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 52 | 246 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.04 |
| HSL | 227.7º | 0.98% | 0.49% | - |
| HSV(B) | 227.7º | 0.99% | 0.96% | - |
| XYZ | 17.89 | 9.12 | 88.01 | - |
| YUV | 59.17 | 233.44 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 52 | 246 | 0.99 | 0.79 | 0 | 0.04 | 227.7 | 0.98 | 0.49 |
| Hex | 2 | 34 | F6 | 63 | 4F | 0 | 4 | E4 | 62 | 31 |
| Octal | 2 | 64 | 366 | 143 | 117 | 0 | 4 | 344 | 142 | 61 |
| Binary | 10 | 110100 | 11110110 | 1100011 | 1001111 | 0 | 100 | 11100100 | 1100010 | 110001 |
Color Harmonies of #0234F6
Complementary color
Monochromatic Colors of #0234F6
Black with #0234F6
Text Example
Text Example
White with #0234F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0234F6; }
p { color: rgb(2,52,246); }
H1.HeaderClassName
{
color: #0234F6;
}
.AnyTagClassName
{
color: #0234F6;
}
</style>
background-color css
<style>
a { background-color: #0234F6; }
a { background-color: rgb(2,52,246); }
div.DivClassName
{
background-color: #0234F6;
}
.BgClassName
{
background-color: #0234F6;
}
</style>
border-color css
<style>
span { border-color: #0234F6; }
span { border-color: rgb(2,52,246); }
td.TdClassName
{
border-color: #0234F6;
}
.TagClassName
{
border-color: #0234F6;
}
</style>