Html Css Color HEX #080EDA Medium Blue

📋 copy color: '#080EDA'

red 8 ◦ green 14 ◦ blue 218

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

Shades of Medium Blue #080EDA

Tints of Medium Blue #080EDA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.83%

 BLUE value IS 218 (85.55% from 255) = 90.83%

R = 3.33%
G = 5.83%
B = 90.83%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#080EDA (or 0x080EDA) is known color: Medium Blue. HEX triplet: 08, 0E and DA. RGB value is (8,14,218). Sum of RGB (Red+Green+Blue) = 8+14+218=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 218 (85.55% from 255 or 90.83% from 240); Max value from RGB is 218 - color contains mainly: blue. Hex color #080EDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080EDA is #F7F125. Grayscale: #222222. Windows color (decimal): -16249126 or 14290440. OLE color: 14290440.

HSL color Cylindrical-coordinate representation of color #080EDA: hue angle of 238.29º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080EDA is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 8 14 218 -
CMYK 0.96 0.94 0 0.15
HSL 238.29º 0.93% 0.44% -
HSV(B) 238.29º 0.96% 0.85% -
XYZ 12.91 5.43 66.7 -
YUV 35.46 231.01 108.41 -
System Red Green Blue C M Y K H S L
Decimal 8 14 218 0.96 0.94 0 0.15 238.29 0.93 0.44
Hex 8 E DA 60 5E 0 F EE 5D 2C
Octal 10 16 332 140 136 0 17 356 135 54
Binary 1000 1110 11011010 1100000 1011110 0 1111 11101110 1011101 101100

Color Harmonies of #080EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080EDA

Black with #080EDA

Text Example


Text Example

White with #080EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080EDA; }

 p { color: rgb(8,14,218); }

 H1.HeaderClassName
 {
   color: #080EDA;
 }
 .AnyTagClassName
 {
   color: #080EDA;
 }
</style>

background-color css

<style>
 a { background-color: #080EDA; }

 a { background-color: rgb(8,14,218); }

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

border-color css

<style>
 span { border-color: #080EDA; }

 span { border-color: rgb(8,14,218); }

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