Html Css Color HEX #080DBE Medium Blue

📋 copy color: '#080DBE'

red 8 ◦ green 13 ◦ blue 190

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

Shades of Medium Blue #080DBE

Tints of Medium Blue #080DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 90.05%

R = 3.79%
G = 6.16%
B = 90.05%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#080DBE (or 0x080DBE) is known color: Medium Blue. HEX triplet: 08, 0D and BE. RGB value is (8,13,190). Sum of RGB (Red+Green+Blue) = 8+13+190=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 190 (74.61% from 255 or 90.05% from 211); Max value from RGB is 190 - color contains mainly: blue. Hex color #080DBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080DBE is #F7F241. Grayscale: #1E1E1E. Windows color (decimal): -16249410 or 12455176. OLE color: 12455176.

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

Color convert

RGB 8 13 190 -
CMYK 0.96 0.93 0 0.25
HSL 238.35º 0.92% 0.39% -
HSV(B) 238.35º 0.96% 0.75% -
XYZ 9.54 4.06 49 -
YUV 31.68 217.34 111.11 -
System Red Green Blue C M Y K H S L
Decimal 8 13 190 0.96 0.93 0 0.25 238.35 0.92 0.39
Hex 8 D BE 60 5D 0 19 EE 5C 27
Octal 10 15 276 140 135 0 31 356 134 47
Binary 1000 1101 10111110 1100000 1011101 0 11001 11101110 1011100 100111

Color Harmonies of #080DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080DBE

Black with #080DBE

Text Example


Text Example

White with #080DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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