#025dfd

Color #025DFD Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #025DFD

Tints of Navy Blue #025DFD

Color information

#025DFD (or 0x025DFD) is unknown color: approx Navy Blue. HEX triplet: 02, 5D and FD. RGB value is (2,93,253). Sum of RGB (Red+Green+Blue) = 2+93+253=348 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 253 (99.22% from 255 or 72.70% from 348); Max value from RGB is 253 - color contains mainly: blue. Hex color #025DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #025DFD is #FDA202. Grayscale: #535353. Windows color (decimal): -16622083 or 16604418. OLE color: 16604418.

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

Color convert

RGB293253-
CMYK0.990.6300.01
HSL218.25º98.43%50%-
HSV(B)218.25º99.21%99.22%-
XYZ21.6714.9394.67-
YUV84.03223.3569.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.57%
GREEN value IS 93 (36.72% from 255) = 26.72%
BLUE value IS 253 (99.22% from 255) = 72.70%
R=0.57%
G=26.72%
B=72.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2932530.990.6300.01218.2598.4350
Hex25DFD633F01da6232
Octal2135375143770133214262
Binary10101110111111101110001111111101110110101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025dfd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #025dfd;
 }
 .AnyTagClassName
 {
   color: #025dfd;
 }
</style>
background-color css

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

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

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

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

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

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