Html Css Color HEX #027FDC Navy Blue

📋 copy color: '#027FDC'

red 2 ◦ green 127 ◦ blue 220

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

Shades of Navy Blue #027FDC

Tints of Navy Blue #027FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 36.39%

 BLUE value IS 220 (86.33% from 255) = 63.04%

R = 0.57%
G = 36.39%
B = 63.04%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#027FDC (or 0x027FDC) is known color: Navy Blue. HEX triplet: 02, 7F and DC. RGB value is (2,127,220). Sum of RGB (Red+Green+Blue) = 2+127+220=349 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #027FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027FDC is #FD8023. Grayscale: #636363. Windows color (decimal): -16613412 or 14450434. OLE color: 14450434.

HSL color Cylindrical-coordinate representation of color #027FDC: hue angle of 205.6º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027FDC is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 127 220 -
CMYK 0.99 0.42 0 0.14
HSL 205.6º 0.98% 0.44% -
HSV(B) 205.6º 0.99% 0.86% -
XYZ 20.53 20.36 70.56 -
YUV 100.23 195.59 57.94 -
System Red Green Blue C M Y K H S L
Decimal 2 127 220 0.99 0.42 0 0.14 205.6 0.98 0.44
Hex 2 7F DC 63 2A 0 E CE 62 2C
Octal 2 177 334 143 52 0 16 316 142 54
Binary 10 1111111 11011100 1100011 101010 0 1110 11001110 1100010 101100

Color Harmonies of #027FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027FDC

Black with #027FDC

Text Example


Text Example

White with #027FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027FDC; }

 p { color: rgb(2,127,220); }

 H1.HeaderClassName
 {
   color: #027FDC;
 }
 .AnyTagClassName
 {
   color: #027FDC;
 }
</style>

background-color css

<style>
 a { background-color: #027FDC; }

 a { background-color: rgb(2,127,220); }

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

border-color css

<style>
 span { border-color: #027FDC; }

 span { border-color: rgb(2,127,220); }

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