Html Css Color HEX #080ECB Medium Blue

📋 copy color: '#080ECB'

red 8 ◦ green 14 ◦ blue 203

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

Shades of Medium Blue #080ECB

Tints of Medium Blue #080ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 90.22%

R = 3.56%
G = 6.22%
B = 90.22%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#080ECB (or 0x080ECB) is known color: Medium Blue. HEX triplet: 08, 0E and CB. RGB value is (8,14,203). Sum of RGB (Red+Green+Blue) = 8+14+203=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 203 (79.69% from 255 or 90.22% from 225); Max value from RGB is 203 - color contains mainly: blue. Hex color #080ECB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080ECB is #F7F134. Grayscale: #202020. Windows color (decimal): -16249141 or 13307400. OLE color: 13307400.

HSL color Cylindrical-coordinate representation of color #080ECB: hue angle of 238.15º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080ECB is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 14 203 -
CMYK 0.96 0.93 0 0.20
HSL 238.15º 0.92% 0.41% -
HSV(B) 238.15º 0.96% 0.8% -
XYZ 11.04 4.68 56.82 -
YUV 33.75 223.51 109.63 -
System Red Green Blue C M Y K H S L
Decimal 8 14 203 0.96 0.93 0 0.20 238.15 0.92 0.41
Hex 8 E CB 60 5D 0 14 EE 5C 29
Octal 10 16 313 140 135 0 24 356 134 51
Binary 1000 1110 11001011 1100000 1011101 0 10100 11101110 1011100 101001

Color Harmonies of #080ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080ECB

Black with #080ECB

Text Example


Text Example

White with #080ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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