Html Css Color HEX #024DFA Navy Blue

📋 copy color: '#024DFA'

red 2 ◦ green 77 ◦ blue 250

#024DFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #024DFA

Tints of Navy Blue #024DFA

RGB

 RED value IS 2 (1.17% from 255) = 0.61%

 GREEN value IS 77 (30.47% from 255) = 23.4%

 BLUE value IS 250 (98.05% from 255) = 75.99%

R = 0.61%
G = 23.4%
B = 75.99%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#024DFA (or 0x024DFA) is known color: Navy Blue. HEX triplet: 02, 4D and FA. RGB value is (2,77,250). Sum of RGB (Red+Green+Blue) = 2+77+250=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 250 (98.05% from 255 or 75.99% from 329); Max value from RGB is 250 - color contains mainly: blue. Hex color #024DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024DFA is #FDB205. Grayscale: #494949. Windows color (decimal): -16626182 or 16403714. OLE color: 16403714.

HSL color Cylindrical-coordinate representation of color #024DFA: hue angle of 221.85º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DFA is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 2 77 250 -
CMYK 0.99 0.69 0 0.02
HSL 221.85º 0.98% 0.49% -
HSV(B) 221.85º 0.99% 0.98% -
XYZ 19.93 12.22 91.75 -
YUV 74.3 227.15 76.43 -
System Red Green Blue C M Y K H S L
Decimal 2 77 250 0.99 0.69 0 0.02 221.85 0.98 0.49
Hex 2 4D FA 63 45 0 2 DE 62 31
Octal 2 115 372 143 105 0 2 336 142 61
Binary 10 1001101 11111010 1100011 1000101 0 10 11011110 1100010 110001

Color Harmonies of #024DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024DFA

Black with #024DFA

Text Example


Text Example

White with #024DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024DFA; }

 p { color: rgb(2,77,250); }

 H1.HeaderClassName
 {
   color: #024DFA;
 }
 .AnyTagClassName
 {
   color: #024DFA;
 }
</style>

background-color css

<style>
 a { background-color: #024DFA; }

 a { background-color: rgb(2,77,250); }

 div.DivClassName
 {
   background-color: #024DFA;
 }
 .BgClassName
 {
   background-color: #024DFA;
 }
</style>

border-color css

<style>
 span { border-color: #024DFA; }

 span { border-color: rgb(2,77,250); }

 td.TdClassName
 {
   border-color: #024DFA;
 }
 .TagClassName
 {
   border-color: #024DFA;
 }
</style>