Shades of Navy Blue #024AFD
Tints of Navy Blue #024AFD
RGB
CMYK
RGB Variations
Color information
#024AFD (or 0x024AFD) is known color: Navy Blue. HEX triplet: 02, 4A and FD. RGB value is (2,74,253). Sum of RGB (Red+Green+Blue) = 2+74+253=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 253 (99.22% from 255 or 76.90% from 329); Max value from RGB is 253 - color contains mainly: blue. Hex color #024AFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024AFD is #FDB502. Grayscale: #484848. Windows color (decimal): -16626947 or 16599554. OLE color: 16599554.
HSL color Cylindrical-coordinate representation of color #024AFD: hue angle of 222.79º 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 #024AFD is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 74 | 253 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.01 |
| HSL | 222.79º | 0.98% | 0.5% | - |
| HSV(B) | 222.79º | 0.99% | 0.99% | - |
| XYZ | 20.2 | 12 | 94.18 | - |
| YUV | 72.88 | 229.65 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 253 | 0.99 | 0.71 | 0 | 0.01 | 222.79 | 0.98 | 0.5 |
| Hex | 2 | 4A | FD | 63 | 47 | 0 | 1 | DF | 62 | 32 |
| Octal | 2 | 112 | 375 | 143 | 107 | 0 | 1 | 337 | 142 | 62 |
| Binary | 10 | 1001010 | 11111101 | 1100011 | 1000111 | 0 | 1 | 11011111 | 1100010 | 110010 |
Color Harmonies of #024AFD
Complementary color
Monochromatic Colors of #024AFD
Black with #024AFD
Text Example
Text Example
White with #024AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024AFD; }
p { color: rgb(2,74,253); }
H1.HeaderClassName
{
color: #024AFD;
}
.AnyTagClassName
{
color: #024AFD;
}
</style>
background-color css
<style>
a { background-color: #024AFD; }
a { background-color: rgb(2,74,253); }
div.DivClassName
{
background-color: #024AFD;
}
.BgClassName
{
background-color: #024AFD;
}
</style>
border-color css
<style>
span { border-color: #024AFD; }
span { border-color: rgb(2,74,253); }
td.TdClassName
{
border-color: #024AFD;
}
.TagClassName
{
border-color: #024AFD;
}
</style>