Shades of Blue #023DFF
Tints of Blue #023DFF
RGB
CMYK
RGB Variations
Color information
#023DFF (or 0x023DFF) is known color: Blue. HEX triplet: 02, 3D and FF. RGB value is (2,61,255). Sum of RGB (Red+Green+Blue) = 2+61+255=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 255 (100% from 255 or 80.19% from 318); Max value from RGB is 255 - color contains mainly: blue. Hex color #023DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023DFF is #FDC200. Grayscale: #404040. Windows color (decimal): -16630273 or 16727298. OLE color: 16727298.
HSL color Cylindrical-coordinate representation of color #023DFF: hue angle of 226.01º 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 #023DFF is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 61 | 255 | - |
| CMYK | 0.99 | 0.76 | 0 | 0 |
| HSL | 226.01º | 1% | 0.5% | - |
| HSV(B) | 226.01º | 0.99% | 1% | - |
| XYZ | 19.74 | 10.57 | 95.61 | - |
| YUV | 65.48 | 234.95 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 255 | 0.99 | 0.76 | 0 | 0 | 226.01 | 1 | 0.5 |
| Hex | 2 | 3D | FF | 63 | 4C | 0 | 0 | E2 | 64 | 32 |
| Octal | 2 | 75 | 377 | 143 | 114 | 0 | 0 | 342 | 144 | 62 |
| Binary | 10 | 111101 | 11111111 | 1100011 | 1001100 | 0 | 0 | 11100010 | 1100100 | 110010 |
Color Harmonies of #023DFF
Complementary color
Monochromatic Colors of #023DFF
Black with #023DFF
Text Example
Text Example
White with #023DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023DFF; }
p { color: rgb(2,61,255); }
H1.HeaderClassName
{
color: #023DFF;
}
.AnyTagClassName
{
color: #023DFF;
}
</style>
background-color css
<style>
a { background-color: #023DFF; }
a { background-color: rgb(2,61,255); }
div.DivClassName
{
background-color: #023DFF;
}
.BgClassName
{
background-color: #023DFF;
}
</style>
border-color css
<style>
span { border-color: #023DFF; }
span { border-color: rgb(2,61,255); }
td.TdClassName
{
border-color: #023DFF;
}
.TagClassName
{
border-color: #023DFF;
}
</style>