Html Css Color HEX #085CFB Navy Blue

📋 copy color: '#085CFB'

red 8 ◦ green 92 ◦ blue 251

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

Shades of Navy Blue #085CFB

Tints of Navy Blue #085CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 71.51%

R = 2.28%
G = 26.21%
B = 71.51%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#085CFB (or 0x085CFB) is known color: Navy Blue. HEX triplet: 08, 5C and FB. RGB value is (8,92,251). Sum of RGB (Red+Green+Blue) = 8+92+251=351 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.28% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 251 (98.44% from 255 or 71.51% from 351); Max value from RGB is 251 - color contains mainly: blue. Hex color #085CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #085CFB is #F7A304. Grayscale: #545454. Windows color (decimal): -16229125 or 16473096. OLE color: 16473096.

HSL color Cylindrical-coordinate representation of color #085CFB: hue angle of 219.26º degrees, saturation: 0.97, 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 #085CFB is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 8 92 251 -
CMYK 0.97 0.63 0 0.02
HSL 219.26º 0.97% 0.51% -
HSV(B) 219.26º 0.97% 0.98% -
XYZ 21.34 14.67 92.97 -
YUV 85.01 221.67 73.07 -
System Red Green Blue C M Y K H S L
Decimal 8 92 251 0.97 0.63 0 0.02 219.26 0.97 0.51
Hex 8 5C FB 61 3F 0 2 DB 61 33
Octal 10 134 373 141 77 0 2 333 141 63
Binary 1000 1011100 11111011 1100001 111111 0 10 11011011 1100001 110011

Color Harmonies of #085CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085CFB

Black with #085CFB

Text Example


Text Example

White with #085CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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