Html Css Color HEX #085CF3 Navy Blue

📋 copy color: '#085CF3'

red 8 ◦ green 92 ◦ blue 243

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

Shades of Navy Blue #085CF3

Tints of Navy Blue #085CF3

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.82%

 BLUE value IS 243 (95.31% from 255) = 70.85%

R = 2.33%
G = 26.82%
B = 70.85%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#085CF3 (or 0x085CF3) is known color: Navy Blue. HEX triplet: 08, 5C and F3. RGB value is (8,92,243). Sum of RGB (Red+Green+Blue) = 8+92+243=343 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 243 (95.31% from 255 or 70.85% from 343); Max value from RGB is 243 - color contains mainly: blue. Hex color #085CF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085CF3 is #F7A30C. Grayscale: #535353. Windows color (decimal): -16229133 or 15948808. OLE color: 15948808.

HSL color Cylindrical-coordinate representation of color #085CF3: hue angle of 218.55º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #085CF3 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 8 92 243 -
CMYK 0.97 0.62 0 0.05
HSL 218.55º 0.94% 0.49% -
HSV(B) 218.55º 0.97% 0.95% -
XYZ 20.1 14.18 86.47 -
YUV 84.1 217.67 73.72 -
System Red Green Blue C M Y K H S L
Decimal 8 92 243 0.97 0.62 0 0.05 218.55 0.94 0.49
Hex 8 5C F3 61 3E 0 5 DB 5E 31
Octal 10 134 363 141 76 0 5 333 136 61
Binary 1000 1011100 11110011 1100001 111110 0 101 11011011 1011110 110001

Color Harmonies of #085CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085CF3

Black with #085CF3

Text Example


Text Example

White with #085CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,92,243); }

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

background-color css

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

 a { background-color: rgb(8,92,243); }

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

border-color css

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

 span { border-color: rgb(8,92,243); }

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