Html Css Color HEX #024AFA Navy Blue

📋 copy color: '#024AFA'

red 2 ◦ green 74 ◦ blue 250

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

Shades of Navy Blue #024AFA

Tints of Navy Blue #024AFA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.7%

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

R = 0.61%
G = 22.7%
B = 76.69%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#024AFA (or 0x024AFA) is known color: Navy Blue. HEX triplet: 02, 4A and FA. RGB value is (2,74,250). Sum of RGB (Red+Green+Blue) = 2+74+250=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 250 (98.05% from 255 or 76.69% from 326); Max value from RGB is 250 - color contains mainly: blue. Hex color #024AFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024AFA is #FDB505. Grayscale: #474747. Windows color (decimal): -16626950 or 16402946. OLE color: 16402946.

HSL color Cylindrical-coordinate representation of color #024AFA: hue angle of 222.58º 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 #024AFA is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 2 74 250 -
CMYK 0.99 0.70 0 0.02
HSL 222.58º 0.98% 0.49% -
HSV(B) 222.58º 0.99% 0.98% -
XYZ 19.73 11.81 91.68 -
YUV 72.54 228.15 77.69 -
System Red Green Blue C M Y K H S L
Decimal 2 74 250 0.99 0.70 0 0.02 222.58 0.98 0.49
Hex 2 4A FA 63 46 0 2 DF 62 31
Octal 2 112 372 143 106 0 2 337 142 61
Binary 10 1001010 11111010 1100011 1000110 0 10 11011111 1100010 110001

Color Harmonies of #024AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024AFA

Black with #024AFA

Text Example


Text Example

White with #024AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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