Html Css Color HEX #007FDD Navy Blue

📋 copy color: '#007FDD'

red 0 ◦ green 127 ◦ blue 221

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

Shades of Navy Blue #007FDD

Tints of Navy Blue #007FDD

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 221 (86.72% from 255) = 63.51%

R = 0%
G = 36.49%
B = 63.51%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#007FDD (or 0x007FDD) is known color: Navy Blue. HEX triplet: 00, 7F and DD. RGB value is (0,127,221). Sum of RGB (Red+Green+Blue) = 0+127+221=348 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #007FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007FDD is #FF8022. Grayscale: #636363. Windows color (decimal): -16744483 or 14515968. OLE color: 14515968.

HSL color Cylindrical-coordinate representation of color #007FDD: hue angle of 205.52º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007FDD is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 127 221 -
CMYK 1 0.43 0 0.13
HSL 205.52º 1% 0.43% -
HSV(B) 205.52º 1% 0.87% -
XYZ 20.64 20.4 71.26 -
YUV 99.74 196.42 56.86 -
System Red Green Blue C M Y K H S L
Decimal 0 127 221 1 0.43 0 0.13 205.52 1 0.43
Hex 0 7F DD 64 2B 0 D CE 64 2B
Octal 0 177 335 144 53 0 15 316 144 53
Binary 0 1111111 11011101 1100100 101011 0 1101 11001110 1100100 101011

Color Harmonies of #007FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007FDD

Black with #007FDD

Text Example


Text Example

White with #007FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007FDD; }

 p { color: rgb(0,127,221); }

 H1.HeaderClassName
 {
   color: #007FDD;
 }
 .AnyTagClassName
 {
   color: #007FDD;
 }
</style>

background-color css

<style>
 a { background-color: #007FDD; }

 a { background-color: rgb(0,127,221); }

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

border-color css

<style>
 span { border-color: #007FDD; }

 span { border-color: rgb(0,127,221); }

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