Html Css Color HEX #025FFF Navy Blue

📋 copy color: '#025FFF'

red 2 ◦ green 95 ◦ blue 255

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

Shades of Navy Blue #025FFF

Tints of Navy Blue #025FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.99%

 BLUE value IS 255 (100% from 255) = 72.44%

R = 0.57%
G = 26.99%
B = 72.44%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#025FFF (or 0x025FFF) is known color: Navy Blue. HEX triplet: 02, 5F and FF. RGB value is (2,95,255). Sum of RGB (Red+Green+Blue) = 2+95+255=352 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #025FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #025FFF is #FDA000. Grayscale: #545454. Windows color (decimal): -16621569 or 16736002. OLE color: 16736002.

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

Color convert

RGB 2 95 255 -
CMYK 0.99 0.63 0 0
HSL 217.94º 1% 0.5% -
HSV(B) 217.94º 0.99% 1% -
XYZ 22.17 15.42 96.42 -
YUV 85.43 223.69 68.49 -
System Red Green Blue C M Y K H S L
Decimal 2 95 255 0.99 0.63 0 0 217.94 1 0.5
Hex 2 5F FF 63 3F 0 0 DA 64 32
Octal 2 137 377 143 77 0 0 332 144 62
Binary 10 1011111 11111111 1100011 111111 0 0 11011010 1100100 110010

Color Harmonies of #025FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025FFF

Black with #025FFF

Text Example


Text Example

White with #025FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,95,255); }

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

background-color css

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

 a { background-color: rgb(2,95,255); }

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

border-color css

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

 span { border-color: rgb(2,95,255); }

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