Shades of Blue #0302FD
Tints of Blue #0302FD
RGB
CMYK
RGB Variations
Color information
#0302FD (or 0x0302FD) is known color: Blue. HEX triplet: 03, 02 and FD. RGB value is (3,2,253). Sum of RGB (Red+Green+Blue) = 3+2+253=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 253 (99.22% from 255 or 98.06% from 258); Max value from RGB is 253 - color contains mainly: blue. Hex color #0302FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0302FD is #FCFD02. Grayscale: #1D1D1D. Windows color (decimal): -16579843 or 16581123. OLE color: 16581123.
HSL color Cylindrical-coordinate representation of color #0302FD: hue angle of 240.24º 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 #0302FD is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 2 | 253 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.01 |
| HSL | 240.24º | 0.98% | 0.5% | - |
| HSV(B) | 240.24º | 0.99% | 0.99% | - |
| XYZ | 17.79 | 7.15 | 93.37 | - |
| YUV | 30.91 | 253.33 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 2 | 253 | 0.99 | 0.99 | 0 | 0.01 | 240.24 | 0.98 | 0.5 |
| Hex | 3 | 2 | FD | 63 | 63 | 0 | 1 | F0 | 62 | 32 |
| Octal | 3 | 2 | 375 | 143 | 143 | 0 | 1 | 360 | 142 | 62 |
| Binary | 11 | 10 | 11111101 | 1100011 | 1100011 | 0 | 1 | 11110000 | 1100010 | 110010 |
Color Harmonies of #0302FD
Complementary color
Monochromatic Colors of #0302FD
Black with #0302FD
Text Example
Text Example
White with #0302FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0302FD; }
p { color: rgb(3,2,253); }
H1.HeaderClassName
{
color: #0302FD;
}
.AnyTagClassName
{
color: #0302FD;
}
</style>
background-color css
<style>
a { background-color: #0302FD; }
a { background-color: rgb(3,2,253); }
div.DivClassName
{
background-color: #0302FD;
}
.BgClassName
{
background-color: #0302FD;
}
</style>
border-color css
<style>
span { border-color: #0302FD; }
span { border-color: rgb(3,2,253); }
td.TdClassName
{
border-color: #0302FD;
}
.TagClassName
{
border-color: #0302FD;
}
</style>