Html Css Color HEX #087CDE Navy Blue

📋 copy color: '#087CDE'

red 8 ◦ green 124 ◦ blue 222

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

Shades of Navy Blue #087CDE

Tints of Navy Blue #087CDE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.03%

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

R = 2.26%
G = 35.03%
B = 62.71%

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

#087CDE (or 0x087CDE) is known color: Navy Blue. HEX triplet: 08, 7C and DE. RGB value is (8,124,222). Sum of RGB (Red+Green+Blue) = 8+124+222=354 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.26% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 222 (87.11% from 255 or 62.71% from 354); Max value from RGB is 222 - color contains mainly: blue. Hex color #087CDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087CDE is #F78321. Grayscale: #636363. Windows color (decimal): -16220962 or 14580744. OLE color: 14580744.

HSL color Cylindrical-coordinate representation of color #087CDE: hue angle of 207.48º 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 #087CDE is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 124 222 -
CMYK 0.96 0.44 0 0.13
HSL 207.48º 0.93% 0.45% -
HSV(B) 207.48º 0.96% 0.87% -
XYZ 20.49 19.74 71.84 -
YUV 100.49 196.57 62.03 -
System Red Green Blue C M Y K H S L
Decimal 8 124 222 0.96 0.44 0 0.13 207.48 0.93 0.45
Hex 8 7C DE 60 2C 0 D CF 5D 2D
Octal 10 174 336 140 54 0 15 317 135 55
Binary 1000 1111100 11011110 1100000 101100 0 1101 11001111 1011101 101101

Color Harmonies of #087CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087CDE

Black with #087CDE

Text Example


Text Example

White with #087CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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