Html Css Color HEX #025AFC Navy Blue

📋 copy color: '#025AFC'

red 2 ◦ green 90 ◦ blue 252

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

Shades of Navy Blue #025AFC

Tints of Navy Blue #025AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 73.26%

R = 0.58%
G = 26.16%
B = 73.26%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#025AFC (or 0x025AFC) is known color: Navy Blue. HEX triplet: 02, 5A and FC. RGB value is (2,90,252). Sum of RGB (Red+Green+Blue) = 2+90+252=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 252 (98.83% from 255 or 73.26% from 344); Max value from RGB is 252 - color contains mainly: blue. Hex color #025AFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #025AFC is #FDA503. Grayscale: #515151. Windows color (decimal): -16622852 or 16538114. OLE color: 16538114.

HSL color Cylindrical-coordinate representation of color #025AFC: hue angle of 218.88º 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 #025AFC is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 2 90 252 -
CMYK 0.99 0.64 0 0.01
HSL 218.88º 0.98% 0.5% -
HSV(B) 218.88º 0.99% 0.99% -
XYZ 21.25 14.35 93.75 -
YUV 82.16 223.85 70.83 -
System Red Green Blue C M Y K H S L
Decimal 2 90 252 0.99 0.64 0 0.01 218.88 0.98 0.5
Hex 2 5A FC 63 40 0 1 DB 62 32
Octal 2 132 374 143 100 0 1 333 142 62
Binary 10 1011010 11111100 1100011 1000000 0 1 11011011 1100010 110010

Color Harmonies of #025AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025AFC

Black with #025AFC

Text Example


Text Example

White with #025AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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