Html Css Color HEX #027DDF Navy Blue

📋 copy color: '#027DDF'

red 2 ◦ green 125 ◦ blue 223

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

Shades of Navy Blue #027DDF

Tints of Navy Blue #027DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.71%

 BLUE value IS 223 (87.5% from 255) = 63.71%

R = 0.57%
G = 35.71%
B = 63.71%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#027DDF (or 0x027DDF) is known color: Navy Blue. HEX triplet: 02, 7D and DF. RGB value is (2,125,223). Sum of RGB (Red+Green+Blue) = 2+125+223=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #027DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027DDF is #FD8220. Grayscale: #626262. Windows color (decimal): -16613921 or 14646530. OLE color: 14646530.

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

Color convert

RGB 2 125 223 -
CMYK 0.99 0.44 0 0.13
HSL 206.61º 0.98% 0.44% -
HSV(B) 206.61º 0.99% 0.87% -
XYZ 20.68 20.01 72.58 -
YUV 99.4 197.75 58.53 -
System Red Green Blue C M Y K H S L
Decimal 2 125 223 0.99 0.44 0 0.13 206.61 0.98 0.44
Hex 2 7D DF 63 2C 0 D CF 62 2C
Octal 2 175 337 143 54 0 15 317 142 54
Binary 10 1111101 11011111 1100011 101100 0 1101 11001111 1100010 101100

Color Harmonies of #027DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027DDF

Black with #027DDF

Text Example


Text Example

White with #027DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,125,223); }

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

background-color css

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

 a { background-color: rgb(2,125,223); }

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

border-color css

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

 span { border-color: rgb(2,125,223); }

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