Html Css Color HEX #087DDE Navy Blue

📋 copy color: '#087DDE'

red 8 ◦ green 125 ◦ blue 222

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

Shades of Navy Blue #087DDE

Tints of Navy Blue #087DDE

RGB

 RED value IS 8 (3.52% from 255) = 2.25%

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

 BLUE value IS 222 (87.11% from 255) = 62.54%

R = 2.25%
G = 35.21%
B = 62.54%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#087DDE (or 0x087DDE) is known color: Navy Blue. HEX triplet: 08, 7D and DE. RGB value is (8,125,222). Sum of RGB (Red+Green+Blue) = 8+125+222=355 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 222 (87.11% from 255 or 62.54% from 355); Max value from RGB is 222 - color contains mainly: blue. Hex color #087DDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087DDE is #F78221. Grayscale: #646464. Windows color (decimal): -16220706 or 14581000. OLE color: 14581000.

HSL color Cylindrical-coordinate representation of color #087DDE: hue angle of 207.2º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087DDE is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 125 222 -
CMYK 0.96 0.44 0 0.13
HSL 207.2º 0.93% 0.45% -
HSV(B) 207.2º 0.96% 0.87% -
XYZ 20.62 19.99 71.88 -
YUV 101.08 196.24 61.61 -
System Red Green Blue C M Y K H S L
Decimal 8 125 222 0.96 0.44 0 0.13 207.2 0.93 0.45
Hex 8 7D DE 60 2C 0 D CF 5D 2D
Octal 10 175 336 140 54 0 15 317 135 55
Binary 1000 1111101 11011110 1100000 101100 0 1101 11001111 1011101 101101

Color Harmonies of #087DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087DDE

Black with #087DDE

Text Example


Text Example

White with #087DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087DDE; }

 p { color: rgb(8,125,222); }

 H1.HeaderClassName
 {
   color: #087DDE;
 }
 .AnyTagClassName
 {
   color: #087DDE;
 }
</style>

background-color css

<style>
 a { background-color: #087DDE; }

 a { background-color: rgb(8,125,222); }

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

border-color css

<style>
 span { border-color: #087DDE; }

 span { border-color: rgb(8,125,222); }

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