Html Css Color HEX #025EFC Navy Blue

📋 copy color: '#025EFC'

red 2 ◦ green 94 ◦ blue 252

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

Shades of Navy Blue #025EFC

Tints of Navy Blue #025EFC

RGB

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

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

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

R = 0.57%
G = 27.01%
B = 72.41%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#025EFC (or 0x025EFC) is known color: Navy Blue. HEX triplet: 02, 5E and FC. RGB value is (2,94,252). Sum of RGB (Red+Green+Blue) = 2+94+252=348 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 252 (98.83% from 255 or 72.41% from 348); Max value from RGB is 252 - color contains mainly: blue. Hex color #025EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #025EFC is #FDA103. Grayscale: #535353. Windows color (decimal): -16621828 or 16539138. OLE color: 16539138.

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

Color convert

RGB 2 94 252 -
CMYK 0.99 0.63 0 0.01
HSL 217.92º 0.98% 0.5% -
HSV(B) 217.92º 0.99% 0.99% -
XYZ 21.6 15.05 93.86 -
YUV 84.5 222.52 69.15 -
System Red Green Blue C M Y K H S L
Decimal 2 94 252 0.99 0.63 0 0.01 217.92 0.98 0.5
Hex 2 5E FC 63 3F 0 1 DA 62 32
Octal 2 136 374 143 77 0 1 332 142 62
Binary 10 1011110 11111100 1100011 111111 0 1 11011010 1100010 110010

Color Harmonies of #025EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025EFC

Black with #025EFC

Text Example


Text Example

White with #025EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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