Html Css Color HEX #025AFB Navy Blue

📋 copy color: '#025AFB'

red 2 ◦ green 90 ◦ blue 251

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

Shades of Navy Blue #025AFB

Tints of Navy Blue #025AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.24%

 BLUE value IS 251 (98.44% from 255) = 73.18%

R = 0.58%
G = 26.24%
B = 73.18%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#025AFB (or 0x025AFB) is known color: Navy Blue. HEX triplet: 02, 5A and FB. RGB value is (2,90,251). Sum of RGB (Red+Green+Blue) = 2+90+251=343 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 251 (98.44% from 255 or 73.18% from 343); Max value from RGB is 251 - color contains mainly: blue. Hex color #025AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #025AFB is #FDA504. Grayscale: #515151. Windows color (decimal): -16622853 or 16472578. OLE color: 16472578.

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

Color convert

RGB 2 90 251 -
CMYK 0.99 0.64 0 0.02
HSL 218.8º 0.98% 0.5% -
HSV(B) 218.8º 0.99% 0.98% -
XYZ 21.09 14.29 92.91 -
YUV 82.04 223.35 70.91 -
System Red Green Blue C M Y K H S L
Decimal 2 90 251 0.99 0.64 0 0.02 218.8 0.98 0.5
Hex 2 5A FB 63 40 0 2 DB 62 32
Octal 2 132 373 143 100 0 2 333 142 62
Binary 10 1011010 11111011 1100011 1000000 0 10 11011011 1100010 110010

Color Harmonies of #025AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025AFB

Black with #025AFB

Text Example


Text Example

White with #025AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025AFB; }

 p { color: rgb(2,90,251); }

 H1.HeaderClassName
 {
   color: #025AFB;
 }
 .AnyTagClassName
 {
   color: #025AFB;
 }
</style>

background-color css

<style>
 a { background-color: #025AFB; }

 a { background-color: rgb(2,90,251); }

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

border-color css

<style>
 span { border-color: #025AFB; }

 span { border-color: rgb(2,90,251); }

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