Html Css Color HEX #080DBA Medium Blue

📋 copy color: '#080DBA'

red 8 ◦ green 13 ◦ blue 186

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

Shades of Medium Blue #080DBA

Tints of Medium Blue #080DBA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.28%

 BLUE value IS 186 (73.05% from 255) = 89.86%

R = 3.86%
G = 6.28%
B = 89.86%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#080DBA (or 0x080DBA) is known color: Medium Blue. HEX triplet: 08, 0D and BA. RGB value is (8,13,186). Sum of RGB (Red+Green+Blue) = 8+13+186=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 186 (73.05% from 255 or 89.86% from 207); Max value from RGB is 186 - color contains mainly: blue. Hex color #080DBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080DBA is #F7F245. Grayscale: #1E1E1E. Windows color (decimal): -16249414 or 12193032. OLE color: 12193032.

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

Color convert

RGB 8 13 186 -
CMYK 0.96 0.93 0 0.27
HSL 238.31º 0.92% 0.38% -
HSV(B) 238.31º 0.96% 0.73% -
XYZ 9.11 3.88 46.72 -
YUV 31.23 215.34 111.43 -
System Red Green Blue C M Y K H S L
Decimal 8 13 186 0.96 0.93 0 0.27 238.31 0.92 0.38
Hex 8 D BA 60 5D 0 1B EE 5C 26
Octal 10 15 272 140 135 0 33 356 134 46
Binary 1000 1101 10111010 1100000 1011101 0 11011 11101110 1011100 100110

Color Harmonies of #080DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080DBA

Black with #080DBA

Text Example


Text Example

White with #080DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,13,186); }

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

background-color css

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

 a { background-color: rgb(8,13,186); }

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

border-color css

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

 span { border-color: rgb(8,13,186); }

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