Html Css Color HEX #025DFB Navy Blue

📋 copy color: '#025DFB'

red 2 ◦ green 93 ◦ blue 251

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

Shades of Navy Blue #025DFB

Tints of Navy Blue #025DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.88%

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

R = 0.58%
G = 26.88%
B = 72.54%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#025DFB (or 0x025DFB) is known color: Navy Blue. HEX triplet: 02, 5D and FB. RGB value is (2,93,251). Sum of RGB (Red+Green+Blue) = 2+93+251=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 251 (98.44% from 255 or 72.54% from 346); Max value from RGB is 251 - color contains mainly: blue. Hex color #025DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #025DFB is #FDA204. Grayscale: #535353. Windows color (decimal): -16622085 or 16473346. OLE color: 16473346.

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

Color convert

RGB 2 93 251 -
CMYK 0.99 0.63 0 0.02
HSL 218.07º 0.98% 0.5% -
HSV(B) 218.07º 0.99% 0.98% -
XYZ 21.35 14.81 93 -
YUV 83.8 222.35 69.65 -
System Red Green Blue C M Y K H S L
Decimal 2 93 251 0.99 0.63 0 0.02 218.07 0.98 0.5
Hex 2 5D FB 63 3F 0 2 DA 62 32
Octal 2 135 373 143 77 0 2 332 142 62
Binary 10 1011101 11111011 1100011 111111 0 10 11011010 1100010 110010

Color Harmonies of #025DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025DFB

Black with #025DFB

Text Example


Text Example

White with #025DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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