Html Css Color HEX #025CFC Navy Blue

📋 copy color: '#025CFC'

red 2 ◦ green 92 ◦ blue 252

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

Shades of Navy Blue #025CFC

Tints of Navy Blue #025CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.59%

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

R = 0.58%
G = 26.59%
B = 72.83%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#025CFC (or 0x025CFC) is known color: Navy Blue. HEX triplet: 02, 5C and FC. RGB value is (2,92,252). Sum of RGB (Red+Green+Blue) = 2+92+252=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 252 (98.83% from 255 or 72.83% from 346); Max value from RGB is 252 - color contains mainly: blue. Hex color #025CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #025CFC is #FDA303. Grayscale: #525252. Windows color (decimal): -16622340 or 16538626. OLE color: 16538626.

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

Color convert

RGB 2 92 252 -
CMYK 0.99 0.63 0 0.01
HSL 218.4º 0.98% 0.5% -
HSV(B) 218.4º 0.99% 0.99% -
XYZ 21.42 14.7 93.8 -
YUV 83.33 223.18 69.99 -
System Red Green Blue C M Y K H S L
Decimal 2 92 252 0.99 0.63 0 0.01 218.4 0.98 0.5
Hex 2 5C FC 63 3F 0 1 DA 62 32
Octal 2 134 374 143 77 0 1 332 142 62
Binary 10 1011100 11111100 1100011 111111 0 1 11011010 1100010 110010

Color Harmonies of #025CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025CFC

Black with #025CFC

Text Example


Text Example

White with #025CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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