Html Css Color HEX #025FFB Navy Blue

📋 copy color: '#025FFB'

red 2 ◦ green 95 ◦ blue 251

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

Shades of Navy Blue #025FFB

Tints of Navy Blue #025FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 72.13%

R = 0.57%
G = 27.3%
B = 72.13%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#025FFB (or 0x025FFB) is known color: Navy Blue. HEX triplet: 02, 5F and FB. RGB value is (2,95,251). Sum of RGB (Red+Green+Blue) = 2+95+251=348 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #025FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #025FFB is #FDA004. Grayscale: #545454. Windows color (decimal): -16621573 or 16473858. OLE color: 16473858.

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

Color convert

RGB 2 95 251 -
CMYK 0.99 0.62 0 0.02
HSL 217.59º 0.98% 0.5% -
HSV(B) 217.59º 0.99% 0.98% -
XYZ 21.53 15.16 93.06 -
YUV 84.98 221.69 68.82 -
System Red Green Blue C M Y K H S L
Decimal 2 95 251 0.99 0.62 0 0.02 217.59 0.98 0.5
Hex 2 5F FB 63 3E 0 2 DA 62 32
Octal 2 137 373 143 76 0 2 332 142 62
Binary 10 1011111 11111011 1100011 111110 0 10 11011010 1100010 110010

Color Harmonies of #025FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025FFB

Black with #025FFB

Text Example


Text Example

White with #025FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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