Html Css Color HEX #025EFE Navy Blue

📋 copy color: '#025EFE'

red 2 ◦ green 94 ◦ blue 254

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

Shades of Navy Blue #025EFE

Tints of Navy Blue #025EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.86%

 BLUE value IS 254 (99.61% from 255) = 72.57%

R = 0.57%
G = 26.86%
B = 72.57%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#025EFE (or 0x025EFE) is known color: Navy Blue. HEX triplet: 02, 5E and FE. RGB value is (2,94,254). Sum of RGB (Red+Green+Blue) = 2+94+254=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 254 (99.61% from 255 or 72.57% from 350); Max value from RGB is 254 - color contains mainly: blue. Hex color #025EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #025EFE is #FDA101. Grayscale: #545454. Windows color (decimal): -16621826 or 16670210. OLE color: 16670210.

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

Color convert

RGB 2 94 254 -
CMYK 0.99 0.63 0 0.00
HSL 218.1º 0.99% 0.5% -
HSV(B) 218.1º 0.99% 1% -
XYZ 21.92 15.17 95.54 -
YUV 84.73 223.52 68.99 -
System Red Green Blue C M Y K H S L
Decimal 2 94 254 0.99 0.63 0 0.00 218.1 0.99 0.5
Hex 2 5E FE 63 3F 0 0 DA 63 32
Octal 2 136 376 143 77 0 0 332 143 62
Binary 10 1011110 11111110 1100011 111111 0 0 11011010 1100011 110010

Color Harmonies of #025EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025EFE

Black with #025EFE

Text Example


Text Example

White with #025EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,94,254); }

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

background-color css

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

 a { background-color: rgb(2,94,254); }

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

border-color css

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

 span { border-color: rgb(2,94,254); }

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