Shades of Blue #023BFD
Tints of Blue #023BFD
RGB
CMYK
RGB Variations
Color information
#023BFD (or 0x023BFD) is known color: Blue. HEX triplet: 02, 3B and FD. RGB value is (2,59,253). Sum of RGB (Red+Green+Blue) = 2+59+253=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 253 (99.22% from 255 or 80.57% from 314); Max value from RGB is 253 - color contains mainly: blue. Hex color #023BFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023BFD is #FDC402. Grayscale: #3F3F3F. Windows color (decimal): -16630787 or 16595714. OLE color: 16595714.
HSL color Cylindrical-coordinate representation of color #023BFD: hue angle of 226.37º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023BFD is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 59 | 253 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.01 |
| HSL | 226.37º | 0.98% | 0.5% | - |
| HSV(B) | 226.37º | 0.99% | 0.99% | - |
| XYZ | 19.32 | 10.23 | 93.89 | - |
| YUV | 64.07 | 234.62 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 253 | 0.99 | 0.77 | 0 | 0.01 | 226.37 | 0.98 | 0.5 |
| Hex | 2 | 3B | FD | 63 | 4D | 0 | 1 | E2 | 62 | 32 |
| Octal | 2 | 73 | 375 | 143 | 115 | 0 | 1 | 342 | 142 | 62 |
| Binary | 10 | 111011 | 11111101 | 1100011 | 1001101 | 0 | 1 | 11100010 | 1100010 | 110010 |
Color Harmonies of #023BFD
Complementary color
Monochromatic Colors of #023BFD
Black with #023BFD
Text Example
Text Example
White with #023BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023BFD; }
p { color: rgb(2,59,253); }
H1.HeaderClassName
{
color: #023BFD;
}
.AnyTagClassName
{
color: #023BFD;
}
</style>
background-color css
<style>
a { background-color: #023BFD; }
a { background-color: rgb(2,59,253); }
div.DivClassName
{
background-color: #023BFD;
}
.BgClassName
{
background-color: #023BFD;
}
</style>
border-color css
<style>
span { border-color: #023BFD; }
span { border-color: rgb(2,59,253); }
td.TdClassName
{
border-color: #023BFD;
}
.TagClassName
{
border-color: #023BFD;
}
</style>