Html Css Color HEX #025BFD Navy Blue

📋 copy color: '#025BFD'

red 2 ◦ green 91 ◦ blue 253

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

Shades of Navy Blue #025BFD

Tints of Navy Blue #025BFD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.3%

 BLUE value IS 253 (99.22% from 255) = 73.12%

R = 0.58%
G = 26.3%
B = 73.12%

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

#025BFD (or 0x025BFD) is known color: Navy Blue. HEX triplet: 02, 5B and FD. RGB value is (2,91,253). Sum of RGB (Red+Green+Blue) = 2+91+253=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 253 (99.22% from 255 or 73.12% from 346); Max value from RGB is 253 - color contains mainly: blue. Hex color #025BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #025BFD is #FDA402. Grayscale: #525252. Windows color (decimal): -16622595 or 16603906. OLE color: 16603906.

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

Color convert

RGB 2 91 253 -
CMYK 0.99 0.64 0 0.01
HSL 218.73º 0.98% 0.5% -
HSV(B) 218.73º 0.99% 0.99% -
XYZ 21.5 14.59 94.61 -
YUV 82.86 224.01 70.33 -
System Red Green Blue C M Y K H S L
Decimal 2 91 253 0.99 0.64 0 0.01 218.73 0.98 0.5
Hex 2 5B FD 63 40 0 1 DB 62 32
Octal 2 133 375 143 100 0 1 333 142 62
Binary 10 1011011 11111101 1100011 1000000 0 1 11011011 1100010 110010

Color Harmonies of #025BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025BFD

Black with #025BFD

Text Example


Text Example

White with #025BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,91,253); }

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

background-color css

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

 a { background-color: rgb(2,91,253); }

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

border-color css

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

 span { border-color: rgb(2,91,253); }

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