Html Css Color HEX #024BFA Navy Blue

📋 copy color: '#024BFA'

red 2 ◦ green 75 ◦ blue 250

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

Shades of Navy Blue #024BFA

Tints of Navy Blue #024BFA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.94%

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

R = 0.61%
G = 22.94%
B = 76.45%

CMYK

 C value IS 0.99

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#024BFA (or 0x024BFA) is known color: Navy Blue. HEX triplet: 02, 4B and FA. RGB value is (2,75,250). Sum of RGB (Red+Green+Blue) = 2+75+250=327 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 250 (98.05% from 255 or 76.45% from 327); Max value from RGB is 250 - color contains mainly: blue. Hex color #024BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024BFA is #FDB405. Grayscale: #484848. Windows color (decimal): -16626694 or 16403202. OLE color: 16403202.

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

Color convert

RGB 2 75 250 -
CMYK 0.99 0.7 0 0.02
HSL 222.34º 0.98% 0.49% -
HSV(B) 222.34º 0.99% 0.98% -
XYZ 19.8 11.95 91.71 -
YUV 73.12 227.82 77.27 -
System Red Green Blue C M Y K H S L
Decimal 2 75 250 0.99 0.7 0 0.02 222.34 0.98 0.49
Hex 2 4B FA 63 46 0 2 DE 62 31
Octal 2 113 372 143 106 0 2 336 142 61
Binary 10 1001011 11111010 1100011 1000110 0 10 11011110 1100010 110001

Color Harmonies of #024BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BFA

Black with #024BFA

Text Example


Text Example

White with #024BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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