Html Css Color HEX #080BDE Medium Blue

📋 copy color: '#080BDE'

red 8 ◦ green 11 ◦ blue 222

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

Shades of Medium Blue #080BDE

Tints of Medium Blue #080BDE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.56%

 BLUE value IS 222 (87.11% from 255) = 92.12%

R = 3.32%
G = 4.56%
B = 92.12%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#080BDE (or 0x080BDE) is known color: Medium Blue. HEX triplet: 08, 0B and DE. RGB value is (8,11,222). Sum of RGB (Red+Green+Blue) = 8+11+222=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 222 (87.11% from 255 or 92.12% from 241); Max value from RGB is 222 - color contains mainly: blue. Hex color #080BDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080BDE is #F7F421. Grayscale: #212121. Windows color (decimal): -16249890 or 14551816. OLE color: 14551816.

HSL color Cylindrical-coordinate representation of color #080BDE: hue angle of 239.16º 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 #080BDE is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 11 222 -
CMYK 0.96 0.95 0 0.13
HSL 239.16º 0.93% 0.45% -
HSV(B) 239.16º 0.96% 0.87% -
XYZ 13.4 5.56 69.47 -
YUV 34.16 234.01 109.34 -
System Red Green Blue C M Y K H S L
Decimal 8 11 222 0.96 0.95 0 0.13 239.16 0.93 0.45
Hex 8 B DE 60 5F 0 D EF 5D 2D
Octal 10 13 336 140 137 0 15 357 135 55
Binary 1000 1011 11011110 1100000 1011111 0 1101 11101111 1011101 101101

Color Harmonies of #080BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080BDE

Black with #080BDE

Text Example


Text Example

White with #080BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,11,222); }

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

background-color css

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

 a { background-color: rgb(8,11,222); }

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

border-color css

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

 span { border-color: rgb(8,11,222); }

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