Html Css Color HEX #025EFB Navy Blue

📋 copy color: '#025EFB'

red 2 ◦ green 94 ◦ blue 251

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

Shades of Navy Blue #025EFB

Tints of Navy Blue #025EFB

RGB

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

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

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

R = 0.58%
G = 27.09%
B = 72.33%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#025EFB (or 0x025EFB) is known color: Navy Blue. HEX triplet: 02, 5E and FB. RGB value is (2,94,251). Sum of RGB (Red+Green+Blue) = 2+94+251=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 251 (98.44% from 255 or 72.33% from 347); Max value from RGB is 251 - color contains mainly: blue. Hex color #025EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #025EFB is #FDA104. Grayscale: #535353. Windows color (decimal): -16621829 or 16473602. OLE color: 16473602.

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

Color convert

RGB 2 94 251 -
CMYK 0.99 0.63 0 0.02
HSL 217.83º 0.98% 0.5% -
HSV(B) 217.83º 0.99% 0.98% -
XYZ 21.44 14.98 93.03 -
YUV 84.39 222.02 69.23 -
System Red Green Blue C M Y K H S L
Decimal 2 94 251 0.99 0.63 0 0.02 217.83 0.98 0.5
Hex 2 5E FB 63 3F 0 2 DA 62 32
Octal 2 136 373 143 77 0 2 332 142 62
Binary 10 1011110 11111011 1100011 111111 0 10 11011010 1100010 110010

Color Harmonies of #025EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025EFB

Black with #025EFB

Text Example


Text Example

White with #025EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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