Html Css Color HEX #087CE7 Navy Blue

📋 copy color: '#087CE7'

red 8 ◦ green 124 ◦ blue 231

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

Shades of Navy Blue #087CE7

Tints of Navy Blue #087CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 63.64%

R = 2.2%
G = 34.16%
B = 63.64%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#087CE7 (or 0x087CE7) is known color: Navy Blue. HEX triplet: 08, 7C and E7. RGB value is (8,124,231). Sum of RGB (Red+Green+Blue) = 8+124+231=363 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.20% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 231 (90.62% from 255 or 63.64% from 363); Max value from RGB is 231 - color contains mainly: blue. Hex color #087CE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087CE7 is #F78318. Grayscale: #646464. Windows color (decimal): -16220953 or 15170568. OLE color: 15170568.

HSL color Cylindrical-coordinate representation of color #087CE7: hue angle of 208.79º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #087CE7 is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 8 124 231 -
CMYK 0.97 0.46 0 0.09
HSL 208.79º 0.93% 0.47% -
HSV(B) 208.79º 0.97% 0.91% -
XYZ 21.73 20.24 78.36 -
YUV 101.51 201.07 61.3 -
System Red Green Blue C M Y K H S L
Decimal 8 124 231 0.97 0.46 0 0.09 208.79 0.93 0.47
Hex 8 7C E7 61 2E 0 9 D1 5D 2F
Octal 10 174 347 141 56 0 11 321 135 57
Binary 1000 1111100 11100111 1100001 101110 0 1001 11010001 1011101 101111

Color Harmonies of #087CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087CE7

Black with #087CE7

Text Example


Text Example

White with #087CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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