#025CF8

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

Shades of Navy Blue #025CF8

Tints of Navy Blue #025CF8

Color information

#025CF8 (or 0x025CF8) is unknown color: approx Navy Blue. HEX triplet: 02, 5C and F8. RGB value is (2,92,248). Sum of RGB (Red+Green+Blue) = 2+92+248=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 248 (97.27% from 255 or 72.51% from 342); Max value from RGB is 248 - color contains mainly: blue. Hex color #025CF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #025CF8 is #FDA307. Grayscale: #525252. Windows color (decimal): -16622344 or 16276482. OLE color: 16276482.

HSL color Cylindrical-coordinate representation of color #025CF8: hue angle of 218.05º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025CF8 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB292248-
CMYK0.990.6300.03
HSL218.05º98.4%49.02%-
HSV(B)218.05º99.19%97.25%-
XYZ20.814.4490.5-
YUV82.87221.1870.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.58%
GREEN value IS 92 (36.33% from 255) = 26.90%
BLUE value IS 248 (97.27% from 255) = 72.51%
R=0.58%
G=26.90%
B=72.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2922480.990.6300.03218.0598.449.02
Hex25CF8633F03da6231
Octal2134370143770333214261
Binary101011100111110001100011111111011110110101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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