Html Css Color HEX #025CFE Navy Blue

📋 copy color: '#025CFE'

red 2 ◦ green 92 ◦ blue 254

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

Shades of Navy Blue #025CFE

Tints of Navy Blue #025CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.44%

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

R = 0.57%
G = 26.44%
B = 72.99%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#025CFE (or 0x025CFE) is known color: Navy Blue. HEX triplet: 02, 5C and FE. RGB value is (2,92,254). Sum of RGB (Red+Green+Blue) = 2+92+254=348 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 254 (99.61% from 255 or 72.99% from 348); Max value from RGB is 254 - color contains mainly: blue. Hex color #025CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #025CFE is #FDA301. Grayscale: #525252. Windows color (decimal): -16622338 or 16669698. OLE color: 16669698.

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

Color convert

RGB 2 92 254 -
CMYK 0.99 0.64 0 0.00
HSL 218.57º 0.99% 0.5% -
HSV(B) 218.57º 0.99% 1% -
XYZ 21.74 14.82 95.48 -
YUV 83.56 224.18 69.83 -
System Red Green Blue C M Y K H S L
Decimal 2 92 254 0.99 0.64 0 0.00 218.57 0.99 0.5
Hex 2 5C FE 63 40 0 0 DB 63 32
Octal 2 134 376 143 100 0 0 333 143 62
Binary 10 1011100 11111110 1100011 1000000 0 0 11011011 1100011 110010

Color Harmonies of #025CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025CFE

Black with #025CFE

Text Example


Text Example

White with #025CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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