Html Css Color HEX #025FFC Navy Blue

📋 copy color: '#025FFC'

red 2 ◦ green 95 ◦ blue 252

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

Shades of Navy Blue #025FFC

Tints of Navy Blue #025FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 72.21%

R = 0.57%
G = 27.22%
B = 72.21%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#025FFC (or 0x025FFC) is known color: Navy Blue. HEX triplet: 02, 5F and FC. RGB value is (2,95,252). Sum of RGB (Red+Green+Blue) = 2+95+252=349 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 252 (98.83% from 255 or 72.21% from 349); Max value from RGB is 252 - color contains mainly: blue. Hex color #025FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #025FFC is #FDA003. Grayscale: #545454. Windows color (decimal): -16621572 or 16539394. OLE color: 16539394.

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

Color convert

RGB 2 95 252 -
CMYK 0.99 0.62 0 0.01
HSL 217.68º 0.98% 0.5% -
HSV(B) 217.68º 0.99% 0.99% -
XYZ 21.69 15.23 93.89 -
YUV 85.09 222.19 68.73 -
System Red Green Blue C M Y K H S L
Decimal 2 95 252 0.99 0.62 0 0.01 217.68 0.98 0.5
Hex 2 5F FC 63 3E 0 1 DA 62 32
Octal 2 137 374 143 76 0 1 332 142 62
Binary 10 1011111 11111100 1100011 111110 0 1 11011010 1100010 110010

Color Harmonies of #025FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025FFC

Black with #025FFC

Text Example


Text Example

White with #025FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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