Html Css Color HEX #085EFA Navy Blue

📋 copy color: '#085EFA'

red 8 ◦ green 94 ◦ blue 250

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

Shades of Navy Blue #085EFA

Tints of Navy Blue #085EFA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.7%

 BLUE value IS 250 (98.05% from 255) = 71.02%

R = 2.27%
G = 26.7%
B = 71.02%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#085EFA (or 0x085EFA) is known color: Navy Blue. HEX triplet: 08, 5E and FA. RGB value is (8,94,250). Sum of RGB (Red+Green+Blue) = 8+94+250=352 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 250 (98.05% from 255 or 71.02% from 352); Max value from RGB is 250 - color contains mainly: blue. Hex color #085EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085EFA is #F7A105. Grayscale: #555555. Windows color (decimal): -16228614 or 16408072. OLE color: 16408072.

HSL color Cylindrical-coordinate representation of color #085EFA: hue angle of 218.68º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085EFA is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 8 94 250 -
CMYK 0.97 0.62 0 0.02
HSL 218.68º 0.96% 0.51% -
HSV(B) 218.68º 0.97% 0.98% -
XYZ 21.36 14.96 92.2 -
YUV 86.07 220.51 72.32 -
System Red Green Blue C M Y K H S L
Decimal 8 94 250 0.97 0.62 0 0.02 218.68 0.96 0.51
Hex 8 5E FA 61 3E 0 2 DB 60 33
Octal 10 136 372 141 76 0 2 333 140 63
Binary 1000 1011110 11111010 1100001 111110 0 10 11011011 1100000 110011

Color Harmonies of #085EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085EFA

Black with #085EFA

Text Example


Text Example

White with #085EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085EFA; }

 p { color: rgb(8,94,250); }

 H1.HeaderClassName
 {
   color: #085EFA;
 }
 .AnyTagClassName
 {
   color: #085EFA;
 }
</style>

background-color css

<style>
 a { background-color: #085EFA; }

 a { background-color: rgb(8,94,250); }

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

border-color css

<style>
 span { border-color: #085EFA; }

 span { border-color: rgb(8,94,250); }

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