Html Css Color HEX #080EDF Medium Blue

📋 copy color: '#080EDF'

red 8 ◦ green 14 ◦ blue 223

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

Shades of Medium Blue #080EDF

Tints of Medium Blue #080EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 91.02%

R = 3.27%
G = 5.71%
B = 91.02%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#080EDF (or 0x080EDF) is known color: Medium Blue. HEX triplet: 08, 0E and DF. RGB value is (8,14,223). Sum of RGB (Red+Green+Blue) = 8+14+223=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 223 (87.5% from 255 or 91.02% from 245); Max value from RGB is 223 - color contains mainly: blue. Hex color #080EDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080EDF is #F7F120. Grayscale: #232323. Windows color (decimal): -16249121 or 14618120. OLE color: 14618120.

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

Color convert

RGB 8 14 223 -
CMYK 0.96 0.94 0 0.13
HSL 238.33º 0.93% 0.45% -
HSV(B) 238.33º 0.96% 0.87% -
XYZ 13.58 5.69 70.2 -
YUV 36.03 233.51 108.01 -
System Red Green Blue C M Y K H S L
Decimal 8 14 223 0.96 0.94 0 0.13 238.33 0.93 0.45
Hex 8 E DF 60 5E 0 D EE 5D 2D
Octal 10 16 337 140 136 0 15 356 135 55
Binary 1000 1110 11011111 1100000 1011110 0 1101 11101110 1011101 101101

Color Harmonies of #080EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080EDF

Black with #080EDF

Text Example


Text Example

White with #080EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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