Html Css Color HEX #0850EE Navy Blue

📋 copy color: '#0850EE'

red 8 ◦ green 80 ◦ blue 238

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

Shades of Navy Blue #0850EE

Tints of Navy Blue #0850EE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.54%

 BLUE value IS 238 (93.36% from 255) = 73.01%

R = 2.45%
G = 24.54%
B = 73.01%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0850EE (or 0x0850EE) is known color: Navy Blue. HEX triplet: 08, 50 and EE. RGB value is (8,80,238). Sum of RGB (Red+Green+Blue) = 8+80+238=326 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 238 (93.36% from 255 or 73.01% from 326); Max value from RGB is 238 - color contains mainly: blue. Hex color #0850EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0850EE is #F7AF11. Grayscale: #4B4B4B. Windows color (decimal): -16232210 or 15618056. OLE color: 15618056.

HSL color Cylindrical-coordinate representation of color #0850EE: hue angle of 221.22º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0850EE is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 80 238 -
CMYK 0.97 0.66 0 0.07
HSL 221.22º 0.93% 0.48% -
HSV(B) 221.22º 0.97% 0.93% -
XYZ 18.4 11.96 82.23 -
YUV 76.48 219.15 79.15 -
System Red Green Blue C M Y K H S L
Decimal 8 80 238 0.97 0.66 0 0.07 221.22 0.93 0.48
Hex 8 50 EE 61 42 0 7 DD 5D 30
Octal 10 120 356 141 102 0 7 335 135 60
Binary 1000 1010000 11101110 1100001 1000010 0 111 11011101 1011101 110000

Color Harmonies of #0850EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0850EE

Black with #0850EE

Text Example


Text Example

White with #0850EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0850EE; }

 p { color: rgb(8,80,238); }

 H1.HeaderClassName
 {
   color: #0850EE;
 }
 .AnyTagClassName
 {
   color: #0850EE;
 }
</style>

background-color css

<style>
 a { background-color: #0850EE; }

 a { background-color: rgb(8,80,238); }

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

border-color css

<style>
 span { border-color: #0850EE; }

 span { border-color: rgb(8,80,238); }

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